-
Notifications
You must be signed in to change notification settings - Fork 460
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
Migrate rust rules towards new C++ toolchain API #131
Labels
Comments
hlopko
added a commit
to bazelbuild/continuous-integration
that referenced
this issue
Oct 18, 2018
I will re-enable once bazelbuild/rules_rust#131 is fixed.
hlopko
added a commit
to bazelbuild/continuous-integration
that referenced
this issue
Oct 19, 2018
Reenable once bazelbuild/rules_rust#131 is fixed and rules_docker use the fixed version of rules_rust.
hlopko
added a commit
that referenced
this issue
Oct 19, 2018
This is needed for rules_rust to be forward compatible with Bazel 0.20. Tracking issues for migration: * bazelbuild/bazel#6380 * bazelbuild/bazel#6434 Fixes #131.
hlopko
added a commit
that referenced
this issue
Oct 22, 2018
This is needed for rules_rust to be forward compatible with Bazel 0.20. Tracking issues for migration: * bazelbuild/bazel#6380 * bazelbuild/bazel#6434 Fixes #131.
joeleba
pushed a commit
to joeleba/continuous-integration
that referenced
this issue
Jun 17, 2019
I will re-enable once bazelbuild/rules_rust#131 is fixed.
joeleba
pushed a commit
to joeleba/continuous-integration
that referenced
this issue
Jun 17, 2019
Reenable once bazelbuild/rules_rust#131 is fixed and rules_docker use the fixed version of rules_rust.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rules rust use currently deprecated C++ toolchain api on
ctx.fragments.cpp
. This API will be removed in Bazel 0.20 (incompatible change removing API fromctx.fragments.cpp
tracking issue, incompatible change removing API fromCcToolchainInfo
tracking issue). See linked issues for migration notes.I will temporarily disable rules_rust from https://buildkite.com/bazel/bazel-with-downstream-projects-bazel, and will reenable once this issue is fixed.
The text was updated successfully, but these errors were encountered: