File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 59
59
- name : x86_64-gnu-llvm-15
60
60
os : ubuntu-20.04-16core-64gb
61
61
env : {}
62
+ - name : dist-x86_64-linux
63
+ env :
64
+ PR_CI_JOB : 0
65
+ os : ubuntu-20.04-16core-64gb
62
66
- name : x86_64-gnu-tools
63
67
os : ubuntu-20.04-16core-64gb
64
68
env : {}
Original file line number Diff line number Diff line change @@ -333,6 +333,12 @@ jobs:
333
333
- name : x86_64-gnu-llvm-15
334
334
<< : *job-linux-16c
335
335
336
+ - &dist-x86_64-linux
337
+ name : dist-x86_64-linux
338
+ env :
339
+ PR_CI_JOB : 0
340
+ << : *job-linux-16c
341
+
336
342
- name : x86_64-gnu-tools
337
343
<< : *job-linux-16c
338
344
Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ source "$ci_dir/shared.sh"
47
47
48
48
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
49
49
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
52
53
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
53
54
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.metrics"
54
55
HAS_METRICS=1
You can’t perform that action at this time.
0 commit comments