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

Commit 2f5ed75

Browse files
authored
Merge pull request #106 from alexcrichton/less-builds
Reduce the number of auto builds
2 parents 7010af5 + 7c4322d commit 2f5ed75

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

master/master.cfg

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ auto_platforms = [
112112
#"mac-32-nopt-t",
113113
"mac-64-opt",
114114
#"mac-64-nopt-c",
115-
"mac-64-nopt-t",
115+
#"mac-64-nopt-t",
116116
#"mac-64-opt-vg",
117117
#"mac-all-opt",
118118
"mac-cross-ios-opt",
@@ -127,29 +127,29 @@ auto_platforms = [
127127
"linux-64-debug-opt",
128128
"linux-musl-64-opt",
129129
"linux-cross-opt",
130-
"linux-32cross-opt",
130+
#"linux-32cross-opt",
131131
"linux-64-opt-rustbuild",
132132
"linux-64-opt-mir",
133133

134134
#"linux-64-opt-vg",
135135
#"linux-all-opt",
136136

137137
"linux-64-x-android-t",
138-
"linux-64-cross-netbsd",
138+
#"linux-64-cross-netbsd",
139139
"linux-64-cross-freebsd",
140-
"linux-64-cross-armsf",
141-
"linux-64-cross-armhf",
140+
#"linux-64-cross-armsf",
141+
#"linux-64-cross-armhf",
142142

143143
"win-gnu-32-opt",
144144
#"win-gnu-32-nopt-c",
145-
"win-gnu-32-nopt-t",
145+
#"win-gnu-32-nopt-t",
146146
"win-gnu-64-opt",
147147
#"win-gnu-64-nopt-c",
148-
"win-gnu-64-nopt-t",
148+
#"win-gnu-64-nopt-t",
149149
"win-msvc-32-opt",
150150
"win-msvc-64-opt",
151151
"win-msvc-64-opt-mir",
152-
"win-msvc-32-cross-opt",
152+
#"win-msvc-32-cross-opt",
153153

154154
"win-gnu-32-opt-rustbuild",
155155
"win-msvc-64-opt-rustbuild",
@@ -159,17 +159,19 @@ auto_platforms = [
159159
"win-msvc-64-cargotest",
160160

161161
# Tier 2 platforms, also modify nogate_builders
162-
"bitrig-64-opt",
163-
"freebsd10_32-1",
164-
"freebsd10_64-1",
165-
"dragonflybsd-64-opt",
166-
"openbsd-64-opt"
162+
#"bitrig-64-opt",
163+
#"freebsd10_32-1",
164+
#"freebsd10_64-1",
165+
#"dragonflybsd-64-opt",
166+
#"openbsd-64-opt"
167167
]
168168

169169
try_platforms = ["linux", "win-gnu-32", "win-gnu-64", "mac"]
170-
snap_platforms = ["linux", "win-gnu-32", "win-gnu-64", "mac", "bitrig-64",
171-
"freebsd10_32-1", "freebsd10_64-1", "dragonflybsd-64-opt",
172-
"openbsd-64-opt"]
170+
snap_platforms = ["linux", "win-gnu-32", "win-gnu-64", "mac",
171+
#"bitrig-64",
172+
#"freebsd10_32-1", "freebsd10_64-1", "dragonflybsd-64-opt",
173+
#"openbsd-64-opt"
174+
]
173175
dist_platforms = ["linux", "mac", "arm-android", "musl-linux",
174176
"cross-linux",
175177
"cross32-linux",
@@ -185,7 +187,8 @@ cargo_platforms = ["linux-32", "linux-64", "mac-32", "mac-64",
185187
"cross-linux",
186188
"win-gnu-32", "win-gnu-64",
187189
"win-msvc-32", "win-msvc-64",
188-
"bitrig-64"]
190+
#"bitrig-64"
191+
]
189192
cargo_dist_platforms = [p for p in cargo_platforms if "linux" in p or "mac" in p or "win" in p]
190193

191194
def works_in_dev(platform):

0 commit comments

Comments
 (0)