Skip to content

Commit 837ce52

Browse files
committed
enable i686-gnu-nopt on PR CI
1 parent e7c23ab commit 837ce52

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ jobs:
4040
strategy:
4141
matrix:
4242
include:
43-
- name: mingw-check
44-
os: ubuntu-latest-xl
45-
env: {}
46-
- name: x86_64-gnu-llvm-9
43+
- name: i686-gnu-nopt
4744
os: ubuntu-latest-xl
4845
env: {}
49-
- name: x86_64-gnu-tools
50-
env:
51-
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
52-
os: ubuntu-latest-xl
5346
timeout-minutes: 600
5447
runs-on: "${{ matrix.os }}"
5548
steps:

src/ci/github-actions/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,7 @@ jobs:
277277
strategy:
278278
matrix:
279279
include:
280-
- name: mingw-check
281-
<<: *job-linux-xl
282-
283-
- name: x86_64-gnu-llvm-9
284-
<<: *job-linux-xl
285-
286-
- name: x86_64-gnu-tools
287-
env:
288-
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
280+
- name: i686-gnu-nopt
289281
<<: *job-linux-xl
290282

291283
auto:

0 commit comments

Comments
 (0)