-
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
cc_toolchain
rules in @bazel_tools//tools/cpp
contain deprecated attributes
#8236
Labels
Comments
irengrig
added
team-Rules-CPP
Issues for C++ rules
untriaged
P1
I'll work on this now. (Assignee required)
labels
May 7, 2019
I also encounter this issue when use bazel0.25.0 to compiler tensorflow1.14 on windows10. i don't know how to remove attributes "cpu" and "compiler" mention by log. At the same time, i also try download bazel code recompiler local version and still can't solve this issue. |
This was referenced May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description of the problem / feature request:
Error when building with 0.25.0:
It looks like the rules in https://github.com/bazelbuild/bazel/blob/0.25.0/tools/cpp/BUILD haven't been updated to handle the flip of
incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain
?What operating system are you running Bazel on?
Linux (Debian variant)
What's the output of
bazel info release
?release 0.25.0
The text was updated successfully, but these errors were encountered: