File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1616 - i686-pc-windows-msvc/msvc
1717 - x86_64-pc-windows-msvc/msvc
1818 - x86_64-apple-darwin/clang
19+ - aarch64-apple-darwin/clang
1920 - x86_64-unknown-linux-gnu/gcc
2021 - x86_64-unknown-linux-gnu/clang
2122 - aarch64-unknown-linux-gnu/gcc
3637 compiler : msvc
3738 - target : x86_64-apple-darwin/clang
3839 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
4045 compiler : clang
41- exclude : test_embed
4246 - target : x86_64-unknown-linux-gnu/gcc
4347 architecture : x86_64
4448 runner : ubuntu-latest
8084 brew install llvm@${{ matrix.llvm }}
8185 export SDKROOT="$(xcrun --show-sdk-path)"
8286 ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
83- make all --jobs 3
87+ make all --jobs 4
8488 ./python.exe -m test --exclude ${{ matrix.exclude }} --multiprocess 0 --timeout 3600 --verbose2 --verbose3
8589
8690 - name : Native Linux
9195 ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
9296 make all --jobs 4
9397 ./python -m test --exclude ${{ matrix.exclude }} --multiprocess 0 --timeout 3600 --verbose2 --verbose3
98+
9499 - name : Emulated Linux
95100 if : runner.os == 'Linux' && matrix.architecture != 'x86_64'
96101 run : |
You can’t perform that action at this time.
0 commit comments