File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 5959 - name : x86_64-gnu-llvm-15
6060 os : ubuntu-20.04-16core-64gb
6161 env : {}
62+ - name : dist-x86_64-linux
63+ env :
64+ PR_CI_JOB : 0
65+ os : ubuntu-20.04-16core-64gb
6266 - name : x86_64-gnu-tools
6367 os : ubuntu-20.04-16core-64gb
6468 env : {}
Original file line number Diff line number Diff line change @@ -333,6 +333,12 @@ jobs:
333333 - name : x86_64-gnu-llvm-15
334334 << : *job-linux-16c
335335
336+ - &dist-x86_64-linux
337+ name : dist-x86_64-linux
338+ env :
339+ PR_CI_JOB : 0
340+ << : *job-linux-16c
341+
336342 - name : x86_64-gnu-tools
337343 << : *job-linux-16c
338344
Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ source "$ci_dir/shared.sh"
4747
4848export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4949
50- if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51- isCiBranch automation/bors/try; then
50+ # if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf || \
51+ # isCiBranch automation/bors/try; then
52+ if true ; then
5253 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
5354 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
5455 HAS_METRICS=1
You can’t perform that action at this time.
0 commit comments