We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5493b46 commit bd506f4Copy full SHA for bd506f4
.github/workflows/jit.yml
@@ -113,6 +113,7 @@ jobs:
113
- name: macOS
114
if: runner.os == 'macOS'
115
run: |
116
+ arch -x86_64 /bin/bash -c '
117
brew update
118
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
119
brew install llvm@${{ matrix.llvm }}
@@ -124,6 +125,7 @@ jobs:
124
125
./configure --enable-experimental-jit --enable-universalsdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
126
make all --jobs 4
127
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
128
+ '
129
130
- name: Linux
131
if: runner.os == 'Linux'
0 commit comments