Skip to content
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

Register apple cc toolchain #2352

Merged

Conversation

illicitonion
Copy link
Collaborator

Bazel 7 stopped the Bazel in-built cc toolchain from knowing about Xcode and the env vars it requires.

This change registers an Apple-aware cc toolchain, which will only be used on macOS platforms.

Fixes #2207

@illicitonion illicitonion force-pushed the fix-macos-bazel7-toolchain branch 2 times, most recently from ab98f0e to c69e405 Compare December 22, 2023 12:48
Bazel 7 stopped the Bazel in-built cc toolchain from knowing about Xcode
and the env vars it requires.

This change registers an Apple-aware cc toolchain, which will only be
used on macOS platforms.

Fixes bazelbuild#2207
@illicitonion illicitonion merged commit ca8b624 into bazelbuild:main Dec 22, 2023
3 checks passed
@illicitonion illicitonion deleted the fix-macos-bazel7-toolchain branch December 22, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fatal error: 'stdint.h' file not found with Bazel@HEAD
2 participants