File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ than building it.
156
156
}
157
157
158
158
// Some environments don't want or need these tools, such as when testing Miri.
159
+ // FIXME: it would be better to refactor this code to split necessary setup from pure sanity
160
+ // checks, and have a regular flag for skipping the latter. Also see
161
+ // <https://github.com/rust-lang/rust/pull/103569#discussion_r1008741742>.
159
162
if env:: var_os ( "BOOTSTRAP_SKIP_TARGET_SANITY" ) . is_some ( ) {
160
163
continue ;
161
164
}
@@ -218,6 +221,9 @@ than building it.
218
221
}
219
222
220
223
// Some environments don't want or need these tools, such as when testing Miri.
224
+ // FIXME: it would be better to refactor this code to split necessary setup from pure sanity
225
+ // checks, and have a regular flag for skipping the latter. Also see
226
+ // <https://github.com/rust-lang/rust/pull/103569#discussion_r1008741742>.
221
227
if env:: var_os ( "BOOTSTRAP_SKIP_TARGET_SANITY" ) . is_some ( ) {
222
228
continue ;
223
229
}
You can’t perform that action at this time.
0 commit comments