Skip to content

Commit

Permalink
enable i686-gnu-nopt on PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Feb 20, 2021
1 parent e7c23ab commit 837ce52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,9 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
os: ubuntu-latest-xl
env: {}
- name: x86_64-gnu-llvm-9
- name: i686-gnu-nopt
os: ubuntu-latest-xl
env: {}
- name: x86_64-gnu-tools
env:
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
os: ubuntu-latest-xl
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
10 changes: 1 addition & 9 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,7 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-xl

- name: x86_64-gnu-llvm-9
<<: *job-linux-xl

- name: x86_64-gnu-tools
env:
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
- name: i686-gnu-nopt
<<: *job-linux-xl

auto:
Expand Down

0 comments on commit 837ce52

Please sign in to comment.