Skip to content

Commit

Permalink
Toolchain configs for marketplace.gcr.io/google/rbe-ubuntu16-04, Baze…
Browse files Browse the repository at this point in the history
…l 0.24.1 (2019/04/17) (#448)
  • Loading branch information
rbe-toolchains-robot authored and smukherj1 committed Apr 17, 2019
1 parent ff9943e commit 892dfec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/dependency-tracking/ubuntu1604.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
bazel = "0.24.1"
registry = "marketplace.gcr.io"
repository = "google/rbe-ubuntu16-04"
digest = "sha256:823aa3cc811b40d8cd7a8df529553ceb8a49bf2adffcebedc4e49dbd8daafca0"
digest = "sha256:fbd499b53a377fe2c6c5e65c33bdecd9393871e19a64eaf785fb6491f31849d3"
configs_version = "9.0.0"
2 changes: 1 addition & 1 deletion configs/ubuntu16_04_clang/9.0.0/bazel_0.24.1/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ platform(
remote_execution_properties = """
properties: {
name: "container-image"
value:"docker://marketplace.gcr.io/google/rbe-ubuntu16-04@sha256:823aa3cc811b40d8cd7a8df529553ceb8a49bf2adffcebedc4e49dbd8daafca0"
value:"docker://marketplace.gcr.io/google/rbe-ubuntu16-04@sha256:fbd499b53a377fe2c6c5e65c33bdecd9393871e19a64eaf785fb6491f31849d3"
}
""",
)
3 changes: 2 additions & 1 deletion configs/ubuntu16_04_clang/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def bazel_to_config_versions():
}

# sha256 digest of the latest version of the toolchain container.
LATEST = "sha256:823aa3cc811b40d8cd7a8df529553ceb8a49bf2adffcebedc4e49dbd8daafca0"
LATEST = "sha256:fbd499b53a377fe2c6c5e65c33bdecd9393871e19a64eaf785fb6491f31849d3"

# Map from sha256 of the toolchain container to corresponding major container
# versions.
Expand All @@ -45,4 +45,5 @@ def container_to_config_version():
"sha256:bc6a2ad47b24d01a73da315dd288a560037c51a95cc77abb837b26fef1408798": "9.0.0",
"sha256:da0f21c71abce3bbb92c3a0c44c3737f007a82b60f8bd2930abc55fe64fc2729": "9.0.0",
"sha256:f3120a030a19d67626ababdac79cc787e699a1aa924081431285118f87e7b375": "8.0.0",
"sha256:fbd499b53a377fe2c6c5e65c33bdecd9393871e19a64eaf785fb6491f31849d3": "9.0.0",
}

0 comments on commit 892dfec

Please sign in to comment.