-
Notifications
You must be signed in to change notification settings - Fork 139
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
Bazel CI fails after updating Swift 5.2.5 to 5.4.2 in Ubuntu #665
Comments
I don't see what about this image update could have broken this, but
https://buildkite.com/bazel/rules-swift-swift/builds/2713#1209b2ff-7544-4c43-8bec-1b0d88c3d306 It seems like that change must have introduced something strange here. The permissions on those files look fine to me. It also doesn't appear like these actions are running remotely, or in the sandbox (since we're using a persistent worker) Any other ideas here? |
We kinda punted on downloading the toolchain directly since no one has been asking for it #4 |
@keith Mhm... very strange. Thanks for doing these checks. I'll have another look later today! |
Avoided via #672 |
Hi,
after upgrading Swift in our Bazel CI Ubuntu Docker containers from 5.2.5 to 5.4.2 rules_swift started failing with "No 'swiftc' executable found in $PATH". See: https://buildkite.com/bazel/rules-swift-swift/builds/2704#0330f7fc-fc2a-462c-a6d5-4c584173e5f1
However, a
swiftc
binary is definitely in the PATH:Do you want to debug this? Should I rollback the upgrade?
Also, I'm curious, do you have plans for using remote repositories to download Swift SDKs instead of relying on the system to provide them (or maybe does this feature already exist and we could use it somehow on Bazel CI?)?
The text was updated successfully, but these errors were encountered: