Skip to content

Commit

Permalink
container release: clang (r324073)
Browse files Browse the repository at this point in the history
* clang minor version release: revision r324073
* go major version release: 1.9.4 -> 1.10

Tested:
* Tested building locally with
  `container/debian8-clang-fully-loaded/build.sh -l`
* Tested with Google Cloud Container Builder
  `container/debian8-clang-fully-loaded/build.sh -p <my-project>
  -c test-debian8-clang-fl -t test-r324073 -a`

Change-Id: I3eeb165fd0dc39df701a19d678566cea13987c55
  • Loading branch information
xingao267 committed Mar 12, 2018
1 parent 409e65e commit aafe66c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ container_pull(

container_pull(
name = "debian8-clang",
digest = "sha256:ac3b1fdc22c0f2b95abe67f2daf33788425fab52d4e6845900bfe1a42443098f",
digest = "sha256:feec68e34edc42f4c3b21720670003b0d76100fea8c06f965cd3687a2a66bfcf",
registry = "gcr.io",
repository = "cloud-marketplace/google/clang-debian8",
)
Expand Down Expand Up @@ -154,15 +154,15 @@ dpkg_list(
# Golang
http_file(
name = "golang_release",
sha256 = "15b0937615809f87321a457bb1265f946f9f6e736c563d6c5e0bd2c22e44f779",
urls = ["https://storage.googleapis.com/golang/go1.9.4.linux-amd64.tar.gz"],
sha256 = "b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33",
urls = ["https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz"],
)

# Clang
http_file(
name = "clang_release",
sha256 = "2b002d1c6ede1d7627899e97a5da8a3fb81dd7cd3043b3594e4de67397b22d85",
urls = ["https://storage.googleapis.com/clang-builds-stable/clang-debian8/clang_r322167.tar.gz"],
sha256 = "c2c4d6c9eb98686a8fcee3c75a864baaccd51e2bd6095e1b98dbf0ce3a512bf9",
urls = ["https://storage.googleapis.com/clang-builds-stable/clang-debian8/clang_r324073.tar.gz"],
)

# Test purpose only. bazel-toolchains repo at release for Bazel 0.10.0.
Expand Down
2 changes: 1 addition & 1 deletion container/test/rbe-debian8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ commandTests:
expectedOutput: ['Python 3.6.2']
- name: 'go-version'
command: ['bash', '-c', 'go version']
expectedOutput: ['go version go1.9.4 linux/amd64']
expectedOutput: ['go version go1.10 linux/amd64']
- name: 'check-curl'
command: ['bash', '-c', 'curl --version']
expectedOutput: ['curl .* \(x86_64-pc-linux-gnu\).*']
Expand Down

0 comments on commit aafe66c

Please sign in to comment.