Skip to content

Commit

Permalink
Don't use AArch64 runners for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorusso committed Nov 28, 2024
1 parent cd5b7ff commit b8770f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
- false
llvm:
- 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 @@ -95,12 +102,10 @@ jobs:
architecture: aarch64
runner: ubuntu-24.04-aarch64
compiler: gcc
if: ${{ github.repository_owner == 'python' }}
- target: aarch64-unknown-linux-gnu/clang
architecture: aarch64
runner: ubuntu-24.04-aarch64
compiler: clang
if: ${{ github.repository_owner == 'python' }}
env:
CC: ${{ matrix.compiler }}
steps:
Expand Down

0 comments on commit b8770f4

Please sign in to comment.