File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ exec docker \
7979 --env DEPLOY_ALT=$DEPLOY_ALT \
8080 --env LOCAL_USER_ID=` id -u` \
8181 --env TRAVIS=${TRAVIS-false} \
82+ --env TRAVIS_BRANCH \
8283 --volume " $HOME /.cargo:/cargo" \
8384 --volume " $HOME /rustsrc:$HOME /rustsrc" \
8485 --privileged \
Original file line number Diff line number Diff line change 2323ci_dir=` cd $( dirname $0 ) && pwd`
2424source " $ci_dir /shared.sh"
2525
26+ if [ " $TRAVIS " == " true" ] && [ " $TRAVIS_BRANCH " != " auto" ]; then
27+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-quiet-tests"
28+ fi
29+
2630RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
2731RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-manage-submodules"
2832RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-locked-deps"
You can’t perform that action at this time.
0 commit comments