File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 52
52
- x86_64-pc-windows-msvc/msvc
53
53
- aarch64-pc-windows-msvc/msvc
54
54
- x86_64-apple-darwin/clang
55
- # - aarch64-apple-darwin/clang
55
+ - aarch64-apple-darwin/clang
56
56
- x86_64-unknown-linux-gnu/gcc
57
57
- x86_64-unknown-linux-gnu/clang
58
58
- aarch64-unknown-linux-gnu/gcc
@@ -79,11 +79,10 @@ jobs:
79
79
architecture : x86_64
80
80
runner : macos-13
81
81
compiler : clang
82
- # GH-126464: A recent change to either GHA or LLVM broke this job:
83
- # - target: aarch64-apple-darwin/clang
84
- # architecture: aarch64
85
- # runner: macos-14
86
- # compiler: clang
82
+ - target : aarch64-apple-darwin/clang
83
+ architecture : aarch64
84
+ runner : macos-14
85
+ compiler : clang
87
86
- target : x86_64-unknown-linux-gnu/gcc
88
87
architecture : x86_64
89
88
runner : ubuntu-22.04
@@ -132,8 +131,8 @@ jobs:
132
131
brew update
133
132
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
134
133
brew install llvm@${{ matrix.llvm }}
135
- SDKROOT="$(xcrun --show-sdk-path)" \
136
- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
134
+ export SDKROOT="$(xcrun --show-sdk-path)"
135
+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
137
136
make all --jobs 4
138
137
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
139
138
You can’t perform that action at this time.
0 commit comments