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

Start gating on auto-linux-64-debug-opt #38

Merged
merged 1 commit into from
Oct 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ nogate_builders = [
"auto-freebsd10_64-1",
"auto-dragonflybsd-64-opt",
"auto-openbsd-64-opt",
"auto-linux-cross-opt",
"auto-linux-64-debug-opt"
"auto-linux-cross-opt"
]
dist_nogate_platforms = [
"nightly-dist-rustc-cross-linux",
Expand Down Expand Up @@ -1491,9 +1490,11 @@ for p in auto_platforms:
opt_compiler = True
opt_tests = True
debug = False
chk = True

if "-debug" in p:
debug = True
chk = False

if "-nopt-c" in p:
opt_compiler = False
Expand All @@ -1505,7 +1506,6 @@ for p in auto_platforms:
if "-vg" in p:
vg = True

chk = True
musl = None
targets = []
if "-all" in p:
Expand Down