File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ matrix:
1515 - env : IMAGE=android DEPLOY=1
1616 - env : IMAGE=armhf-gnu
1717 - env : IMAGE=cross DEPLOY=1
18- - env : IMAGE=linux-tested-targets DEPLOY=1
18+ - env : IMAGE=linux-tested-targets ALLOW_PR=1 DEPLOY=1
1919 - env : IMAGE=dist-arm-linux DEPLOY=1
2020 - env : IMAGE=dist-armv7-aarch64-linux DEPLOY=1
2121 - env : IMAGE=dist-freebsd DEPLOY=1
@@ -33,7 +33,7 @@ matrix:
3333 - env : IMAGE=x86_64-gnu-aux
3434 - env : IMAGE=x86_64-gnu-debug
3535 - env : IMAGE=x86_64-gnu-nopt
36- - env : IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
36+ - env : IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1
3737 - env : IMAGE=x86_64-gnu-distcheck
3838 - env : IMAGE=x86_64-gnu-incremental
3939
Original file line number Diff line number Diff line change 3737# either automatically or manually.
3838if [ " $DEPLOY$DEPLOY_ALT " != " " ]; then
3939 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=nightly"
40- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
40+ # RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
4141
4242 if [ " $NO_LLVM_ASSERTIONS " = " 1" ]; then
4343 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-llvm-assertions"
You can’t perform that action at this time.
0 commit comments