Skip to content

Commit

Permalink
[DO NOT MERGE] Enable dist-x86_64-linux with tests on PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Oct 23, 2023
1 parent 0691c06 commit cd70e2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: x86_64-gnu-llvm-15
os: ubuntu-20.04-16core-64gb
env: {}
- name: dist-x86_64-linux
env:
PR_CI_JOB: 0
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
env: {}
Expand Down
6 changes: 6 additions & 0 deletions src/ci/github-actions/ci.yml
Expand Up @@ -333,6 +333,12 @@ jobs:
- name: x86_64-gnu-llvm-15
<<: *job-linux-16c

- &dist-x86_64-linux
name: dist-x86_64-linux
env:
PR_CI_JOB: 0
<<: *job-linux-16c

- name: x86_64-gnu-tools
<<: *job-linux-16c

Expand Down

0 comments on commit cd70e2f

Please sign in to comment.