A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rust-lang/rust/commit/f9cba63746d0fff816250b2ba7b706b5d4dcf000 below:

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

File tree Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed 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 || isCiBranch beta || isCiBranch try; then

46 +

if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then

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

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 || isCiBranch try; then

11 +

if isCiBranch auto || isCiBranch try || isCiBranch try-perf; then

12 12

echo "channel verification is only executed on PR builds"

13 13

exit

14 14

fi

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4