Skip to content
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

register toolchain only for container exec and use it in py*_image #1173

Merged
merged 12 commits into from
Oct 4, 2019
Prev Previous commit
Next Next commit
fix typo in WORKSPACE
  • Loading branch information
Nicolas Lopez committed Oct 2, 2019
commit 8f6345e62fb7bd8a07b073c4e8061ee32cc239a7
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")

rbe_autoconfig(
name = "buildkite_config",
base_container_digest = "sha256: 4bfd33aa9ce73e28718385b8c01608a79bc6546906f01cf9329311cace1766a1",
base_container_digest = "sha256:4bfd33aa9ce73e28718385b8c01608a79bc6546906f01cf9329311cace1766a1",
digest = "sha256:c20046852a2d7910c55d76e0ec9c182b37532a9f0360d22dd5c9a1451b7c3a15",
registry = "marketplace.gcr.io",
repository = "google/bazel",
Expand Down