File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ cp llvm-project/compiler-rt/lib/tsan/go/race_darwin_arm64.syso go/src/runtime/ra
155
155
Type : "linux-amd64-race" ,
156
156
Script : `#!/usr/bin/env bash
157
157
set -e
158
- apt-get update
158
+ apt-get update --allow-releaseinfo-change
159
159
apt-get install -y git g++
160
160
git clone https://go.googlesource.com/go
161
161
pushd go
@@ -198,7 +198,7 @@ cp llvm-project/compiler-rt/lib/tsan/go/race_linux_amd64.syso go/src/runtime/rac
198
198
Type : "linux-ppc64le-buildlet" ,
199
199
Script : `#!/usr/bin/env bash
200
200
set -e
201
- apt-get update
201
+ apt-get update --allow-releaseinfo-change
202
202
apt-get install -y git g++
203
203
git clone https://go.googlesource.com/go
204
204
pushd go
225
225
Type : "linux-arm64" ,
226
226
Script : `#!/usr/bin/env bash
227
227
set -e
228
- apt-get update
228
+ apt-get update --allow-releaseinfo-change
229
229
apt-get install -y git g++
230
230
git clone https://go.googlesource.com/go
231
231
pushd go
You can’t perform that action at this time.
0 commit comments