Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using symlinks on Windows to compile containers-tests #941

Merged
merged 3 commits into from
Mar 14, 2023

Conversation

AliceRixte
Copy link
Contributor

Added instructions to compile containers-test using symbolic links for Windows users.

CONTRIBUTING.md Outdated Show resolved Hide resolved
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
CONTRIBUTING.md Outdated
@@ -28,6 +28,15 @@ cabal test containers-test
cabal bench containers-test
```

#### For Windows users :
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### For Windows users :
#### For Windows users

1. Activate developer mode in your Windows preferences
2. Enable git symlinks: `git config --global core.symlinks true`
3. Clone the repository again once git is properly configured

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put a period at the end of each step?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just added them :)

@treeowl
Copy link
Contributor

treeowl commented Mar 14, 2023

Awesome! Thanks a lot!

@AliceRixte
Copy link
Contributor Author

You're welcome, I was happy to help

@treeowl treeowl merged commit 7ffc276 into haskell:master Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants