This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ if [ "$DIST_SRC" = "" ]; then
84
84
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-dist-src"
85
85
fi
86
86
87
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
88
+
87
89
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
88
90
# builds would seem to matter) but in practice bootstrap wants to know whether we're targeting
89
91
# master, beta, or stable with a build to determine whether to run some checks (notably toolstate).
@@ -105,7 +107,6 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
105
107
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
106
108
fi
107
109
108
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
109
110
else
110
111
# We almost always want debug assertions enabled, but sometimes this takes too
111
112
# long for too little benefit, so we just turn them off.
126
127
127
128
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
128
129
129
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
130
-
131
130
# We enable this for non-dist builders, since those aren't trying to produce
132
131
# fresh binaries. We currently don't entirely support distributing a fresh
133
132
# copy of the compiler (including llvm tools, etc.) if we haven't actually
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ impl PkgType {
108
108
ReproducibleArtifacts => HOSTS ,
109
109
RustcDocs => HOSTS ,
110
110
Cargo => HOSTS ,
111
- // FIXME should this use the exact list of targets for which we build cg_clif?
112
111
RustcCodegenCranelift => HOSTS ,
113
112
RustMingw => MINGW ,
114
113
RustStd => TARGETS ,
You can’t perform that action at this time.
0 commit comments