You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you know how to prepare the Apple toolchain, I'd love some advice on this topic, or I would be happy to accept a PR. I have a doc with hermetic compile advice (to the best of my knowledge, of course), and it recommends setting BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 which isn't ideal. So I can update that too.
I'll take a look these links you've shared to absorb the docs.
Also, thanks for using the rules and for reporting your experience.
While trying to set up rules_graalvm@HEAD within Bazel itself in bazelbuild/bazel#19361, I ran into CI failures on macOS due to the missing environment variable
DEVELOPER_DIR
(see https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/17182#018a41ad-4977-4468-b1ab-523f0710e4ad/513-543).Could rules_graalvm be missing a call to
apple_common.target_apple_env
or, probably even better,apple_support.run
?The text was updated successfully, but these errors were encountered: