Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit bec4993

Browse files
committed
Start gating on auto-linux-64-debug-opt
Don't run `make check`, however.
1 parent 62da2f0 commit bec4993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

master/master.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ nogate_builders = [
181181
"auto-freebsd10_64-1",
182182
"auto-dragonflybsd-64-opt",
183183
"auto-openbsd-64-opt",
184-
"auto-linux-cross-opt",
185-
"auto-linux-64-debug-opt"
184+
"auto-linux-cross-opt"
186185
]
187186
dist_nogate_platforms = [
188187
"nightly-dist-rustc-cross-linux",
@@ -1491,9 +1490,11 @@ for p in auto_platforms:
14911490
opt_compiler = True
14921491
opt_tests = True
14931492
debug = False
1493+
chk = True
14941494

14951495
if "-debug" in p:
14961496
debug = True
1497+
chk = False
14971498

14981499
if "-nopt-c" in p:
14991500
opt_compiler = False
@@ -1505,7 +1506,6 @@ for p in auto_platforms:
15051506
if "-vg" in p:
15061507
vg = True
15071508

1508-
chk = True
15091509
musl = None
15101510
targets = []
15111511
if "-all" in p:

0 commit comments

Comments
 (0)