@@ -112,7 +112,7 @@ auto_platforms = [
112
112
#"mac-32-nopt-t",
113
113
"mac-64-opt" ,
114
114
#"mac-64-nopt-c",
115
- "mac-64-nopt-t" ,
115
+ # "mac-64-nopt-t",
116
116
#"mac-64-opt-vg",
117
117
#"mac-all-opt",
118
118
"mac-cross-ios-opt" ,
@@ -127,29 +127,29 @@ auto_platforms = [
127
127
"linux-64-debug-opt" ,
128
128
"linux-musl-64-opt" ,
129
129
"linux-cross-opt" ,
130
- "linux-32cross-opt" ,
130
+ # "linux-32cross-opt",
131
131
"linux-64-opt-rustbuild" ,
132
132
"linux-64-opt-mir" ,
133
133
134
134
#"linux-64-opt-vg",
135
135
#"linux-all-opt",
136
136
137
137
"linux-64-x-android-t" ,
138
- "linux-64-cross-netbsd" ,
138
+ # "linux-64-cross-netbsd",
139
139
"linux-64-cross-freebsd" ,
140
- "linux-64-cross-armsf" ,
141
- "linux-64-cross-armhf" ,
140
+ # "linux-64-cross-armsf",
141
+ # "linux-64-cross-armhf",
142
142
143
143
"win-gnu-32-opt" ,
144
144
#"win-gnu-32-nopt-c",
145
- "win-gnu-32-nopt-t" ,
145
+ # "win-gnu-32-nopt-t",
146
146
"win-gnu-64-opt" ,
147
147
#"win-gnu-64-nopt-c",
148
- "win-gnu-64-nopt-t" ,
148
+ # "win-gnu-64-nopt-t",
149
149
"win-msvc-32-opt" ,
150
150
"win-msvc-64-opt" ,
151
151
"win-msvc-64-opt-mir" ,
152
- "win-msvc-32-cross-opt" ,
152
+ # "win-msvc-32-cross-opt",
153
153
154
154
"win-gnu-32-opt-rustbuild" ,
155
155
"win-msvc-64-opt-rustbuild" ,
@@ -159,17 +159,19 @@ auto_platforms = [
159
159
"win-msvc-64-cargotest" ,
160
160
161
161
# 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"
167
167
]
168
168
169
169
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
+ ]
173
175
dist_platforms = ["linux" , "mac" , "arm-android" , "musl-linux" ,
174
176
"cross-linux" ,
175
177
"cross32-linux" ,
@@ -185,7 +187,8 @@ cargo_platforms = ["linux-32", "linux-64", "mac-32", "mac-64",
185
187
"cross-linux" ,
186
188
"win-gnu-32" , "win-gnu-64" ,
187
189
"win-msvc-32" , "win-msvc-64" ,
188
- "bitrig-64" ]
190
+ #"bitrig-64"
191
+ ]
189
192
cargo_dist_platforms = [p for p in cargo_platforms if "linux" in p or "mac" in p or "win" in p ]
190
193
191
194
def works_in_dev (platform ):
0 commit comments