Skip to content

Commit cd70e2f

Browse files
committed
[DO NOT MERGE] Enable dist-x86_64-linux with tests on PR CI
1 parent 0691c06 commit cd70e2f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
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: {}

Diff for: src/ci/github-actions/ci.yml

+6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)