-
Notifications
You must be signed in to change notification settings - Fork 35
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
🐛 "Could not create symlink... (File exists)" #54
Comments
This might be a good opportunity to dig through the code and fix my own issue. |
When I log onto a CI instance and run the tests, things work fine... 🤔 |
This reverts commit 5230f98.
It looks like your rules are trying to build new ruby interpreter and then create symlinks to /usr/bin etc, and I bet it’s failing due to permissions problem. If I’m correct you have two options:
Host option also does not limit you to the only two versions of ruby 2.6 we currently support for building the interpreter. It will also significantly speed up your build time. Hope this helps! |
Thanks for the reply. I wouldn't expect to see Sounds like I really just need to setup up the tooling to build AMIs for CI rather than just using the stock Amazon Linux 2 AMI. Cheers |
Closing since it's unclear if we need to do anything. |
I still get the same error while building https://github.com/kythe/kythe.git on my local dev machine(Fedora 34). |
Description
I have a failing CI build here.
This is working locally, but failing in CI.
rules_ruby
version:a0d21e570f79424e6125df6c691ab27ed7454e1a
Bazel version: 2.0.0
The text was updated successfully, but these errors were encountered: