Skip to content

Commit 36c5787

Browse files
[build] Fix version of bazelist which is lost acccidently (#12012)
Why I did it bazelisk package with hash value 1227b24db77557d552701f6add122edc is deleted from github release. Reproducible build only cached hash value. Package file didn't be cached. Because they are in different pipelines. Using latest package hash instead.
1 parent 7c5cb34 commit 36c5787

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

files/build/versions/default/versions-web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://deb.nodesource.com/setup_14.x==b692a224c718ad6e1cbd17eda8aaa673
3838
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
3939
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnplatform_20220408_sai_1.9.1_deb10.deb==890a53ca1374dfcf8c12091d74fd2ef8
4040
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnsdk_20220408_sai_1.9.1_deb10.deb==a54c351ee84ddb63837085272a1c4eae
41-
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc
41+
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==06d4c6513028b747fb4ccca61641e16c
4242
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-arm64==9d20e147b108fb9638dd65b1ad9a1503
4343
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/sai/libsai_1.9.1-0_amd64.deb==08e1a82bd42ca1cba08fd6deec43c02a
4444
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/third_party/advantech/_Susi4.so==5e1b8daef522c9da00af400abe25810b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
2-
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc
2+
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==06d4c6513028b747fb4ccca61641e16c
33
https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.1/amd64/golang-1.15-go_1.15.15-1~deb11u4%2Bfips_amd64.deb==b60f6db62805696b47ab422ab798fe56
44
https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.1/amd64/golang-1.15-src_1.15.15-1~deb11u4%2Bfips_amd64.deb==1c920937aa49b602a1bfec3c49747131
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
2-
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc
2+
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==06d4c6513028b747fb4ccca61641e16c
33
https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
2-
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc
2+
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==06d4c6513028b747fb4ccca61641e16c
33
https://sonicstorage.blob.core.windows.net/packages/cmake/cmake-data_3.13.2-1_bpo9%2B1_all.deb?st=2020-03-27T02%3A22%3A24Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=Xby%2Bm3OZOjPB%2FSlDbHD65yDcPzAgoys%2FA3vK8RB4BzA%3D==147cf42f3a68f6d6f1e53d95a599a1af
44
https://sonicstorage.blob.core.windows.net/packages/cmake/cmake_3.13.2-1_bpo9%2B1_amd64.deb?st=2020-03-27T02%3A27%3A21Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=4MvmmDBQuicFEJYakLm7xCNU19yJ8GIP4ankFSnITKY%3D==e75c741e8b6918b8f03625e456fa0275
55
https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282

0 commit comments

Comments
 (0)