Skip to content

Commit 81591ea

Browse files
committed
[DO NOT MERGE] Enable x86_64-gnu runner in PR CI
1 parent 3f0369e commit 81591ea

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ jobs:
5656
- name: mingw-check-tidy
5757
os: ubuntu-20.04-4core-16gb
5858
env: {}
59-
- name: x86_64-gnu-llvm-16
60-
env:
61-
ENABLE_GCC_CODEGEN: "1"
62-
os: ubuntu-20.04-16core-64gb
63-
- name: x86_64-gnu-tools
64-
os: ubuntu-20.04-16core-64gb
59+
- name: x86_64-gnu
60+
os: ubuntu-20.04-8core-32gb
6561
env: {}
6662
timeout-minutes: 600
6763
runs-on: "${{ matrix.os }}"

src/ci/github-actions/ci.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,16 @@ jobs:
334334
- name: mingw-check-tidy
335335
<<: *job-linux-4c
336336

337-
- name: x86_64-gnu-llvm-16
338-
env:
339-
ENABLE_GCC_CODEGEN: "1"
340-
<<: *job-linux-16c
337+
# - name: x86_64-gnu-llvm-16
338+
# env:
339+
# ENABLE_GCC_CODEGEN: "1"
340+
# <<: *job-linux-16c
341+
#
342+
# - name: x86_64-gnu-tools
343+
# <<: *job-linux-16c
341344

342-
- name: x86_64-gnu-tools
343-
<<: *job-linux-16c
345+
- name: x86_64-gnu
346+
<<: *job-linux-8c
344347

345348
auto:
346349
<<: *base-ci-job

0 commit comments

Comments
 (0)