8000 fixup · python/cpython@d39d915 · GitHub
[go: up one dir, main page]

Skip to content

Commit d39d915

Browse files
committed
fixup
1 parent c2b5b57 commit d39d915

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
debug:
12-
- true
13-
- false
14-
llvm:
15-
- 16
1611
target:
1712
- i686-pc-windows-msvc/msvc
1813
- x86_64-pc-windows-msvc/msvc
@@ -21,6 +16,11 @@ jobs:
2116
- x86_64-unknown-linux-gnu/clang
2217
- aarch64-unknown-linux-gnu/gcc
2318
- aarch64-unknown-linux-gnu/clang
19+
debug:
20+
- true
21+
- false
22+
llvm:
23+
- 16
2424
include:
2525
- target: i686-pc-windows-msvc/msvc
2626
architecture: Win32
@@ -92,8 +92,8 @@ jobs:
9292
./configure --prefix="$(pwd)/../build"
9393
make install --jobs 2
9494
make clean --jobs 2
95-
sudo apt install --yes "gcc-$HOST" qemu-user
9695
export HOST=${{ matrix.architecture }}-linux-gnu
96+
sudo apt install --yes "gcc-$HOST" qemu-user
9797
${{ !matrix.debug && matrix.compiler == 'clang' && './configure --enable-optimizations' || '' }}
9898
${{ !matrix.debug && matrix.compiler == 'clang' && 'make profile-run-stamp --jobs 2' || '' }}
9999
export CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}"

0 commit comments

Comments
 (0)
0