Skip to content

Commit

Permalink
Disabling rules_docker
Browse files Browse the repository at this point in the history
Reenable once bazelbuild/rules_rust#131 is fixed and rules_docker use the fixed version of rules_rust.
  • Loading branch information
hlopko authored and joeleba committed Jun 17, 2019
1 parent e26f93f commit e749e67
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 @@ -118,10 +118,11 @@
"git_repository": "https://github.com/bazelbuild/rules_d.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_d/master/.bazelci/presubmit.yml"
},
"rules_docker": {
"git_repository": "https://github.com/bazelbuild/rules_docker.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_docker/master/.bazelci/presubmit.yml"
},
# TODO(rules_rust#131): Enable once https://github.com/bazelbuild/rules_rust/issues/131 is fixed and rules_docker use fixed rules.
# "rules_docker": {
# "git_repository": "https://github.com/bazelbuild/rules_docker.git",
# "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_docker/master/.bazelci/presubmit.yml"
# },
# TODO(rules_foreign_cc#118): enable once rules_foreign_cc are green
# "rules_foreign_cc": {
# "git_repository": "https://github.com/bazelbuild/rules_foreign_cc.git",
Expand Down

0 comments on commit e749e67

Please sign in to comment.