+2
-2
lines changedFilter options
+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