Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exclude after include
  • Loading branch information
diegorusso committed Nov 28, 2024
commit c5dc6b0b1ea5374f2ef254fbb0c0920a31ac6a11
10 changes: 5 additions & 5 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
- 19
is-fork: # only used for the exclusion trick
- ${{ github.repository_owner != 'python' }}
exclude:
- target: aarch64-unknown-linux-gnu/gcc
is-fork: true
- target: aarch64-unknown-linux-gnu/clang
is-fork: true
include:
- target: i686-pc-windows-msvc/msvc
architecture: Win32
Expand Down Expand Up @@ -106,6 +101,11 @@ jobs:
architecture: aarch64
runner: ubuntu-24.04-aarch64
compiler: clang
exclude:
- target: aarch64-unknown-linux-gnu/gcc
is-fork: true
- target: aarch64-unknown-linux-gnu/clang
is-fork: true
env:
CC: ${{ matrix.compiler }}
steps:
Expand Down