-
Notifications
You must be signed in to change notification settings - Fork 691
Can't build containers on macOS after upgrade to 0.23.0 #2009
Comments
Same for |
Is anyone looking into this issue? Any workaround other than going back to 0.22? |
We've had to prepare a cross-compiling C toolchain to use on macOS in order to make this work. Ultimately, we picked one based on musl, since that's most likely to work on most linux variants, but we've also had to patch If anyone is following in our footsteps, we started off from musl-cross-make |
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
I don't think this is closable, I'm still locked to 0.22 waiting on a fix for this. |
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
As before, this is still an unaddressed issue and should not be closed. |
With |
🐞 bug report
Affected Rule
The issue is caused by the rule:
java_image
Is this a regression?
Yes, the previous version in which this bug was not present was: 0.22.0
Description
When building a simple Java Docker image on macOS, the build fails with “No matching toolchains found”. It works on Linux, since the target and host platforms are identical.
🔬 Minimal Reproduction
See https://github.com/eikemeier/java-container
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_docker version:
Anything else relevant?
See also #1988 (comment)
The text was updated successfully, but these errors were encountered: