Auto merge of #99988 - rylev:allow-try-perf, r=Mark-Simulacrum · rust-lang/rust@f9cba63 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f9cba63

Auto merge of #99988 - rylev:allow-try-perf, r=Mark-Simulacrum

Allow try-perf branch to run in CI We want to be able to build artifacts through the try-perf branch but without this change the CI fails early. r? `@Mark-Simulacrum`

File tree

2 files changed

lines changed

2 files changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ else
43 43 PYTHON="python2"
44 44 fi
45 45
46 -if ! isCI | isCiBranch auto
46 +if ! isCI | isCiBranch auto
47 47 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
48 48 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
49 49 fi

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ IFS=$'\n\t'
8 8
9 9 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
10 10
11 -if isCiBranch auto |
11 +if isCiBranch auto |
12 12 echo "channel verification is only executed on PR builds"
13 13 exit
14 14 fi