Skip to content

Commit

Permalink
Update bazel version to 6.2 (#1323)
Browse files Browse the repository at this point in the history
Summary: Upgrade bazel to version 6.2

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: N/A

Signed-off-by: Zain Asgar <[email protected]>
  • Loading branch information
zasgar authored May 11, 2023
1 parent c5e92c4 commit 3b68a8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docker.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMAGE_TAG=202305092241
LINTER_IMAGE_DIGEST=e931f126300a52976e8a64898cff1e10c4208e4bbe99e0b393df359ba4374b53
DEV_IMAGE_DIGEST=19bdb2ec8d50e2c8640641a70fe3c8cf3c9099cfb2ef19011c920e38cf4d0e93
DEV_IMAGE_WITH_EXTRAS_DIGEST=e4a2fa72a7d23d91096d34ea61f4f56b77842ee8afe4d79fc0c9158ec5287a93
DOCKER_IMAGE_TAG=202305102201
LINTER_IMAGE_DIGEST=238e7f543aaaca2c7d2e82f3acfb1f1a32be14eaceabdf82f97e59fad7cdd222
DEV_IMAGE_DIGEST=ead63d8e267a04ce643174bbcb851416d4a35e0cbb71a13fa20bf7fa36d193dd
DEV_IMAGE_WITH_EXTRAS_DIGEST=45b752dc1795eb4f137adbfea5c5278f10db8321e711c62fa2ecffc4537444f4
2 changes: 1 addition & 1 deletion tools/chef/base_image_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
202302082249
202305101040
4 changes: 2 additions & 2 deletions tools/chef/cookbooks/px_dev/attributes/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
default['group'] = 'root'

default['bazel']['download_path'] =
"https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-linux-x86_64"
"https://github.com/bazelbuild/bazel/releases/download/6.2.0/bazel-6.2.0-linux-x86_64"
default['bazel']['sha256'] =
'f03d44ecaac3878e3d19489e37caa4ca1dc57427b686a78a85065ea3c27ebe68'
'3d11c26fb9ba12c833844450bb90165b176e8a19cb5cf5923f3cec855837f17c'

default['codecov']['download_path'] =
'https://uploader.codecov.io/v0.2.3/linux/codecov'
Expand Down
4 changes: 2 additions & 2 deletions tools/chef/cookbooks/px_dev/attributes/mac_os_x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
default['group'] = 'wheel'

default['bazel']['download_path'] =
"https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-darwin-x86_64"
"https://github.com/bazelbuild/bazel/releases/download/6.2.0/bazel-6.2.0-darwin-x86_64"
default['bazel']['sha256'] =
'8e543c5c9f1c8c91df945cd2fb4c3b43587929a43044a0ed87d13da0d19f96e8'
'd2356012843ce3a2fbba89f88191673a6ad2f7716cc46ad43ec1bcee78d36b44'

default['codecov']['download_path'] =
'https://uploader.codecov.io/v0.2.3/macos/codecov'
Expand Down

0 comments on commit 3b68a8e

Please sign in to comment.