-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Wrong cc toolchain selected on Mac #8330
Labels
P1
I'll work on this now. (Assignee required)
query bugs
Bugs related to "bazel (c)query"
team-Configurability
platforms, toolchains, cquery, select(), config transitions
team-Rules-CPP
Issues for C++ rules
Comments
The cause is the incomplete TODO here: https://source.bazel.build/bazel/+/8bd7e4822ed96615ccac77cc40ca96eddc74c510:tools/osx/crosstool/BUILD.tpl;l=89 |
katre
added
P1
I'll work on this now. (Assignee required)
query bugs
Bugs related to "bazel (c)query"
team-Configurability
platforms, toolchains, cquery, select(), config transitions
team-Rules-CPP
Issues for C++ rules
labels
May 15, 2019
katre
added a commit
to katre/bazel
that referenced
this issue
May 15, 2019
katre
added a commit
to katre/bazel
that referenced
this issue
May 15, 2019
katre
added a commit
to katre/bazel
that referenced
this issue
May 15, 2019
irengrig
pushed a commit
to irengrig/bazel
that referenced
this issue
Jun 18, 2019
?oolchains. Fixes bazelbuild#8330. Closes bazelbuild#8332. PiperOrigin-RevId: 248383561
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P1
I'll work on this now. (Assignee required)
query bugs
Bugs related to "bazel (c)query"
team-Configurability
platforms, toolchains, cquery, select(), config transitions
team-Rules-CPP
Issues for C++ rules
@jayconrod reports: When testing with this flag on in rules_go at
dd527c7d
with Bazel 0.26.0rc8 on macOS, I'm seeing this error:It looks like
-framework UIKit
is being added to the C++ link flags. This target doesn't set link flags on its own, so I think this is coming fromcc_common
. Is that expected?Originally posted by @jayconrod in #7260 (comment)
The text was updated successfully, but these errors were encountered: