From 358cae87ff9be93c2a52b2bc9d60808466528eec Mon Sep 17 00:00:00 2001 From: Zain Asgar Date: Thu, 19 Aug 2021 13:15:42 -0700 Subject: [PATCH] Update Bazel to version 4.2 Summary: TSIA Test Plan: `bazel test //...` Reviewers: vihang, michelle Reviewed By: vihang Differential Revision: https://phab.corp.pixielabs.ai/D9514 GitOrigin-RevId: 218f3cadb14c2a34286d8eae359c0a08928d3b0e --- docker.properties | 2 +- tools/chef/cookbooks/pixielabs/attributes/default.rb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker.properties b/docker.properties index cbd02ffef8a..85c61953adb 100644 --- a/docker.properties +++ b/docker.properties @@ -1 +1 @@ -DOCKER_IMAGE_TAG=202108051242 +DOCKER_IMAGE_TAG=202108191307 diff --git a/tools/chef/cookbooks/pixielabs/attributes/default.rb b/tools/chef/cookbooks/pixielabs/attributes/default.rb index 4a0c04ea39d..44fe8c78f23 100644 --- a/tools/chef/cookbooks/pixielabs/attributes/default.rb +++ b/tools/chef/cookbooks/pixielabs/attributes/default.rb @@ -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' @@ -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'