Skip to content

Commit 3aaff24

Browse files
committed
test
1 parent a3341df commit 3aaff24

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,8 @@ jobs:
5050
strategy:
5151
matrix:
5252
include:
53-
- name: mingw-check
54-
os: ubuntu-20.04-4core-16gb
55-
env: {}
56-
- name: mingw-check-tidy
57-
os: ubuntu-20.04-4core-16gb
58-
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
53+
- name: dist-loongarch64-linux
54+
os: ubuntu-20.04-8core-32gb
6555
env: {}
6656
timeout-minutes: 600
6757
runs-on: "${{ matrix.os }}"

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -328,19 +328,8 @@ jobs:
328328
strategy:
329329
matrix:
330330
include:
331-
- name: mingw-check
332-
<<: *job-linux-4c
333-
334-
- name: mingw-check-tidy
335-
<<: *job-linux-4c
336-
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
331+
- name: dist-loongarch64-linux
332+
<<: *job-linux-8c
344333

345334
auto:
346335
<<: *base-ci-job

0 commit comments

Comments
 (0)