Skip to content

Commit

Permalink
[DO NOT MERGE] Enable x86_64-gnu runner in PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Dec 5, 2023
1 parent 3f0369e commit 81591ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ jobs:
- name: mingw-check-tidy
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-llvm-16
env:
ENABLE_GCC_CODEGEN: "1"
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu
os: ubuntu-20.04-8core-32gb
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down
15 changes: 9 additions & 6 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,16 @@ jobs:
- name: mingw-check-tidy
<<: *job-linux-4c

- name: x86_64-gnu-llvm-16
env:
ENABLE_GCC_CODEGEN: "1"
<<: *job-linux-16c
# - name: x86_64-gnu-llvm-16
# env:
# ENABLE_GCC_CODEGEN: "1"
# <<: *job-linux-16c
#
# - name: x86_64-gnu-tools
# <<: *job-linux-16c

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

auto:
<<: *base-ci-job
Expand Down

0 comments on commit 81591ea

Please sign in to comment.