fix(core): do not use unix dotfile locks#28859
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d05a640. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-28859-d05a640 my-workspaceOr just copy this version and use it in your own command: 0.0.0-pr-28859-d05a640
To request a new release for this pull request, mention someone from the Nx team or the |
|
Tested on angular-eslint and a simplified ngrx build, and things are working there. 👍🏼 |
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> The unix dotfiles are incompatible with posix dotfiles. Having the 2 modes being switched between yields weird errors. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Posix dotfiles seem fine for what we're doing so Nx will stick with that mode for all cases. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 258a256)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> The unix dotfiles are incompatible with posix dotfiles. Having the 2 modes being switched between yields weird errors. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Posix dotfiles seem fine for what we're doing so Nx will stick with that mode for all cases. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 258a256)
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
The unix dotfiles are incompatible with posix dotfiles. Having the 2 modes being switched between yields weird errors.
Expected Behavior
Posix dotfiles seem fine for what we're doing so Nx will stick with that mode for all cases.
Related Issue(s)
Fixes #