We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeing the following intermittent build failure in our pipeline builds. Ubuntu 20 based container. It occasionally fails.
cxxbridge error: Failed to create symlink `/builds/-F39GCyv/2/.../target/cxxbridge/rust/cxx.h` pointing to `/builds/-F39GCyv/2/.../.cargo/registry/src/github.com-1ecc6299db9ec823/cxx-1.0.49/include/cxx.h` Caused by: File exists (os error 17)
Could be file is not synchronized to disk, and the create symlink call is reading through to disk?
The text was updated successfully, but these errors were encountered:
Sounds like a race condition! Sorry about the flakiness. I've published a fix in cxx-build 1.0.55.
Sorry, something went wrong.
Thanks! We'll see how it goes and re-open if it pops up again.
Successfully merging a pull request may close this issue.
Seeing the following intermittent build failure in our pipeline builds. Ubuntu 20 based container. It occasionally fails.
Could be file is not synchronized to disk, and the create symlink call is reading through to disk?
The text was updated successfully, but these errors were encountered: