File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1598,6 +1598,21 @@ func init() {
1598
1598
numTestHelpers : 1 ,
1599
1599
numTryTestHelpers : 4 ,
1600
1600
})
1601
+ addBuilder (BuildConfig {
1602
+ Name : "linux-amd64-boringcrypto" ,
1603
+ HostType : "host-linux-bullseye" ,
1604
+ Notes : "GOEXPERIMENT=boringcrypto" ,
1605
+ tryBot : defaultTrySet (),
1606
+ env : []string {
1607
+ "GOEXPERIMENT=boringcrypto" ,
1608
+ "GO_DISABLE_OUTBOUND_NETWORK=1" ,
1609
+ },
1610
+ numTestHelpers : 1 ,
1611
+ numTryTestHelpers : 4 ,
1612
+ GoDeps : []string {
1613
+ "5c4ed73f1c3f2052d8f60ce5ed45d9d4f9686331" , // CL 397895, "internal/goexperiment: add GOEXPERIMENT=boringcrypto"
1614
+ },
1615
+ })
1601
1616
addBuilder (BuildConfig {
1602
1617
Name : "linux-amd64-vmx" ,
1603
1618
HostType : "host-linux-stretch-vmx" ,
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ func TestTrybots(t *testing.T) {
97
97
"js-wasm" ,
98
98
"linux-386" ,
99
99
"linux-amd64" ,
100
+ "linux-amd64-boringcrypto" ,
100
101
"linux-amd64-race" ,
101
102
"linux-amd64-unified" ,
102
103
"linux-amd64-nounified" ,
@@ -132,6 +133,7 @@ func TestTrybots(t *testing.T) {
132
133
"js-wasm" ,
133
134
"linux-386" ,
134
135
"linux-amd64" ,
136
+ "linux-amd64-boringcrypto" , // GoDeps will exclude, but not in test
135
137
"linux-amd64-race" ,
136
138
"linux-amd64-unified" ,
137
139
"linux-amd64-nounified" ,
@@ -167,6 +169,7 @@ func TestTrybots(t *testing.T) {
167
169
"js-wasm" ,
168
170
"linux-386" ,
169
171
"linux-amd64" ,
172
+ "linux-amd64-boringcrypto" , // GoDeps will exclude, but not in test
170
173
"linux-amd64-race" ,
171
174
"linux-arm-aws" ,
172
175
"linux-arm64-aws" ,
@@ -205,6 +208,7 @@ func TestTrybots(t *testing.T) {
205
208
"js-wasm" ,
206
209
"linux-386" ,
207
210
"linux-amd64" ,
211
+ "linux-amd64-boringcrypto" , // GoDeps will exclude, but not in test
208
212
"linux-amd64-race" ,
209
213
"linux-arm-aws" ,
210
214
"linux-arm64-aws" ,
@@ -251,6 +255,7 @@ func TestTrybots(t *testing.T) {
251
255
"freebsd-amd64-13_0" ,
252
256
"linux-386" ,
253
257
"linux-amd64" ,
258
+ "linux-amd64-boringcrypto" , // GoDeps will exclude, but not in test
254
259
"linux-amd64-race" ,
255
260
"linux-arm-aws" ,
256
261
"linux-arm64-aws" ,
You can’t perform that action at this time.
0 commit comments