Skip to content

Commit

Permalink
Temporarily disable rules_rust until #131 is fixed
Browse files Browse the repository at this point in the history
I will re-enable once bazelbuild/rules_rust#131 is fixed.
  • Loading branch information
hlopko authored Oct 18, 2018
1 parent aedb217 commit 0e23d2e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,11 @@
# "git_repository": "https://github.com/bazelbuild/rules_python.git",
# "http_config": "https://github.com/raw/bazelbuild/rules_python/master/.bazelci/presubmit.yml"
# },
"rules_rust": {
"git_repository": "https://github.com/bazelbuild/rules_rust.git",
"http_config": "https://github.com/raw/bazelbuild/rules_rust/master/.bazelci/presubmit.yml"
},
# TODO(rules_rust#131): enable once rules_rust migrated to new C++ toolchain API
# "rules_rust": {
# "git_repository": "https://github.com/bazelbuild/rules_rust.git",
# "http_config": "https://github.com/raw/bazelbuild/rules_rust/master/.bazelci/presubmit.yml"
# },
"rules_sass": {
"git_repository": "https://github.com/bazelbuild/rules_sass.git",
"http_config": "https://github.com/raw/bazelbuild/rules_sass/master/.bazelci/presubmit.yml"
Expand Down

0 comments on commit 0e23d2e

Please sign in to comment.