Skip to content

Commit

Permalink
Temporarily disable rules_rust until bazelbuild#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 and joeleba committed Jun 17, 2019
1 parent 134fd7f commit a27c222
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://raw.githubusercontent.com/bazelbuild/rules_python/master/.bazelci/presubmit.yml"
# },
"rules_rust": {
"git_repository": "https://github.com/bazelbuild/rules_rust.git",
"http_config": "https://raw.githubusercontent.com/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://raw.githubusercontent.com/bazelbuild/rules_rust/master/.bazelci/presubmit.yml"
# },
"rules_sass": {
"git_repository": "https://github.com/bazelbuild/rules_sass.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_sass/master/.bazelci/presubmit.yml"
Expand Down

0 comments on commit a27c222

Please sign in to comment.