Skip to content

Commit

Permalink
Temprarily enable dist-x86_64-linux-alt builder for PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jan 24, 2023
1 parent 809eec5 commit ecda0cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 39 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,10 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
tidy: false
os: ubuntu-20.04-xl
env: {}
- name: mingw-check-tidy
tidy: true
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-llvm-13
tidy: false
os: ubuntu-20.04-xl
env: {}
- name: x86_64-gnu-tools
tidy: false
- name: dist-x86_64-linux-alt
env:
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1
IMAGE: dist-x86_64-linux
tidy: false
os: ubuntu-20.04-xl
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down Expand Up @@ -248,10 +236,6 @@ jobs:
- name: dist-x86_64-linux
os: ubuntu-20.04-xl
env: {}
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
os: ubuntu-20.04-xl
- name: dist-x86_64-musl
os: ubuntu-20.04-xl
env: {}
Expand Down
23 changes: 3 additions & 20 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,23 +291,11 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-xl
tidy: false

- name: mingw-check-tidy
<<: *job-linux-xl
tidy: true

- name: x86_64-gnu-llvm-13
<<: *job-linux-xl
tidy: false

- name: x86_64-gnu-tools
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
<<: *job-linux-xl
tidy: false
env:
CI_ONLY_WHEN_SUBMODULES_CHANGED: 1

auto:
permissions:
Expand Down Expand Up @@ -397,11 +385,6 @@ jobs:
name: dist-x86_64-linux
<<: *job-linux-xl

- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
<<: *job-linux-xl

- name: dist-x86_64-musl
<<: *job-linux-xl

Expand Down

0 comments on commit ecda0cc

Please sign in to comment.