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

Commit fc50bad

Browse files
authored
Remove no-mir bots.
1 parent a43cd64 commit fc50bad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

master/master.cfg

+1-7
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ auto_platforms = [
129129
"linux-cross-opt",
130130
#"linux-32cross-opt",
131131
"linux-64-opt-rustbuild",
132-
"linux-64-opt-no-mir",
133132

134133
#"linux-64-opt-vg",
135134
#"linux-all-opt",
@@ -148,7 +147,6 @@ auto_platforms = [
148147
#"win-gnu-64-nopt-t",
149148
"win-msvc-32-opt",
150149
"win-msvc-64-opt",
151-
"win-msvc-64-opt-no-mir",
152150
#"win-msvc-32-cross-opt",
153151

154152
"win-gnu-32-opt-rustbuild",
@@ -851,7 +849,7 @@ class ConfigCommand(object):
851849
"optimize-cxx", "optimize-llvm",
852850
"debug", "debug-assertions", "pax-flags", "clang",
853851
"inject-std-version", "llvm-static-stdcpp",
854-
"rustbuild", "orbit", "nightly"]
852+
"rustbuild", "nightly"]
855853
if "cargo" in props:
856854
s = "./configure --local-rust-root=$PWD/rustc"
857855
else:
@@ -1682,7 +1680,6 @@ for p in auto_platforms:
16821680
debug = False
16831681
chk = True
16841682
rustbuild = None
1685-
orbit = None
16861683
make_args = []
16871684

16881685
if "-debug" in p:
@@ -1718,8 +1715,6 @@ for p in auto_platforms:
17181715
chk = False
17191716
if "rustbuild" in p:
17201717
rustbuild = True
1721-
if "no-mir" in p:
1722-
orbit = False
17231718
if "cargotest" in p:
17241719
chk = "check-cargotest"
17251720
rustbuild = True
@@ -1764,7 +1759,6 @@ for p in auto_platforms:
17641759
"debug": debug,
17651760
"debug-assertions": True,
17661761
"check": chk,
1767-
"orbit": orbit,
17681762
"rustbuild": rustbuild},
17691763
factory=make_and_check_buildfactory(chk, android,
17701764
"win" in p, True,

0 commit comments

Comments
 (0)