-
Notifications
You must be signed in to change notification settings - Fork 72
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
[rush] Let's document best practices for WSL + Rush #231
Comments
@dmichon-msft said:
|
The Stack Overflow article above talks about issues with inconsistent casing of filenames, which result in |
Cheers, @octogonz, thank you for the debugging session 😁 I'll just explain, for posterity, the original issue that I've encountered. I had no special setup in my WSL and I tried to separate it from the host as much as possible (e.g. I had my code the After some investigation, we found that nothing is mysteriously wrong with Git, but the issue is actually a race condition in https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/src/getRepoState.ts : The function sets up |
@akres - The WSL issue should be fixed in Rush v5.124.7 |
Confirmed 🙂 I've just done the same test on the same repo and it works fine now. |
Relatively few people are using Windows Subsystem for Linux (WSL) with Rush.
In a recent Zulip thread, @akres encountered some problems where Rush's incremental builds were not calculated correctly:
Reply to this thread with any wisdom, recommendations, or workarounds for WSL+Rush. Then we can write up a website documentation page providing guidance for best practices with WSL.
The text was updated successfully, but these errors were encountered: