File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 16
16
- i686-pc-windows-msvc/msvc
17
17
- x86_64-pc-windows-msvc/msvc
18
18
- x86_64-apple-darwin/clang
19
+ - aarch64-apple-darwin/clang
19
20
- x86_64-unknown-linux-gnu/gcc
20
21
- x86_64-unknown-linux-gnu/clang
21
22
- aarch64-unknown-linux-gnu/gcc
36
37
compiler : msvc
37
38
- target : x86_64-apple-darwin/clang
38
39
architecture : x86_64
39
- runner : macos-latest
40
+ runner : macos-13
41
+ compiler : clang
42
+ - target : aarch64-apple-darwin/clang
43
+ architecture : aarch64
44
+ runner : macos-14
40
45
compiler : clang
41
- exclude : test_embed
42
46
- target : x86_64-unknown-linux-gnu/gcc
43
47
architecture : x86_64
44
48
runner : ubuntu-latest
80
84
brew install llvm@${{ matrix.llvm }}
81
85
export SDKROOT="$(xcrun --show-sdk-path)"
82
86
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
83
- make all --jobs 3
87
+ make all --jobs 4
84
88
./python.exe -m test --exclude ${{ matrix.exclude }} --multiprocess 0 --timeout 3600 --verbose2 --verbose3
85
89
86
90
- name : Native Linux
91
95
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
92
96
make all --jobs 4
93
97
./python -m test --exclude ${{ matrix.exclude }} --multiprocess 0 --timeout 3600 --verbose2 --verbose3
98
+
94
99
- name : Emulated Linux
95
100
if : runner.os == 'Linux' && matrix.architecture != 'x86_64'
96
101
run : |
You can’t perform that action at this time.
0 commit comments