]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/run.sh
Remove unchecked inline attribute, remove unused functions, make chache mod private...
[rust.git] / src / ci / run.sh
index bce35670c8d46b8fdcba6030086b18db192ad099..ae5b22493ab07efd593aa3eb1bfc15d489c8f935 100755 (executable)
@@ -23,9 +23,7 @@ fi
 ci_dir=`cd $(dirname $0) && pwd`
 source "$ci_dir/shared.sh"
 
-branch_name=$(getCIBranch)
-
-if [ ! isCI ] || [ "$branch_name" = "auto" ] || [ "$branch_name" = "try" ]; then
+if [ ! isCI ] || isCiBranch auto || isCiBranch beta; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
 fi