Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abhiroop Sarkar
nofib
Commits
43d347f3
Commit
43d347f3
authored
Jan 11, 2019
by
Sebastian Graf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention symlink situation on Git for Windows in README.md
parent
8632268a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
43d347f3
...
...
@@ -21,6 +21,19 @@ system GHC:
## Using
<details>
<summary>
Git symlink support for Windows machines
</summary>
NoFib uses a few symlinks here and there to share code between benchmarks.
Git for Windows has symlinks support for some time now, but
[
it may not be enabled by default
](
https://stackoverflow.com/a/42137273/388010
)
.
You will notice strange
`make boot`
failures if it's not enabled for you.
Make sure you follow the instructions in the link to enable symlink support,
possibly as simple as through
`git config core.symlinks true`
or cloning with
`git clone -c core.symlinks=true <URL>`
.
</details>
Then, to run the tests, execute:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment