Skip to content

Commit

Permalink
Update Bazel to version 4.2
Browse files Browse the repository at this point in the history
Summary: TSIA

Test Plan: `bazel test //...`

Reviewers: vihang, michelle

Reviewed By: vihang

Differential Revision: https://phab.corp.pixielabs.ai/D9514

GitOrigin-RevId: 218f3ca
  • Loading branch information
zasgar authored and copybaranaut committed Aug 23, 2021
1 parent 87a7a35 commit 358cae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DOCKER_IMAGE_TAG=202108051242
DOCKER_IMAGE_TAG=202108191307
8 changes: 4 additions & 4 deletions tools/chef/cookbooks/pixielabs/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@

if node[:platform] == 'ubuntu'
default['bazel']['download_path'] =
'https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-linux-x86_64'
'https://github.com/bazelbuild/bazel/releases/download/4.2.0/bazel-4.2.0-linux-x86_64'
default['bazel']['sha256'] =
'0eb2e378d2782e7810753e2162245ad1179c1bb12f848c692b4a595b4edf779b'
'643f3cdc707fc27dad3e5eb4f97ed7fa8f2a132a5477fb4ac2eae3c52d7abb65'

default['golang']['download_path'] =
'https://dl.google.com/go/go1.16.linux-amd64.tar.gz'
Expand Down Expand Up @@ -152,9 +152,9 @@
'a263aabf09308614a39d8486df722f3b03ab5b0f5060b655be1fd9def8e5619f'
elsif node[:platform] == 'mac_os_x'
default['bazel']['download_path'] =
'https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-darwin-x86_64'
'https://github.com/bazelbuild/bazel/releases/download/4.2.0/bazel-4.2.0-darwin-x86_64'
default['bazel']['sha256'] =
'2eecc3abb0ff653ed0bffdb9fbfda7b08548c2868f13da4a995f01528db200a9'
'fa6485fe78abc8f5674e8e8114311c59f35944c5428b053632166075c1803c58'

default['golang']['download_path'] =
'https://dl.google.com/go/go1.16.darwin-amd64.tar.gz'
Expand Down

0 comments on commit 358cae8

Please sign in to comment.