Skip to content

Commit 5e63397

Browse files
committed
Auto merge of #66063 - Mark-Simulacrum:crater-pre-expansion-gate, r=<try>
[no merge] crater pre-expansion gating r? @ghost
2 parents 8b07292 + 61fec2f commit 5e63397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
#
4646
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4747
# either automatically or manually.
48-
export RUST_RELEASE_CHANNEL=nightly
48+
export RUST_RELEASE_CHANNEL=beta
4949
if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
5050
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5151
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

0 commit comments

Comments
 (0)