File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ jobs:
199199 BUILD_DATE : ${{needs.prepare.outputs.BUILD_DATE}}
200200 run : |
201201 # Disable zstd and python. Both are available on the runners, but
202- # installed with homebrew, and only available in the native (x86_64 )
202+ # installed with homebrew, and only available in the native (arm64 )
203203 # form. Therefore, autodetection will pick them up, but linking
204204 # universal binaries fails as those libraries are unavailable in the
205- # other (arm64 ) architecture form.
205+ # other (x86_64 ) architecture form.
206206 MACOS_REDIST=1 LLVM_CMAKEFLAGS="-DLLVM_ENABLE_ZSTD=OFF -DLLDB_ENABLE_PYTHON=OFF" ./build-all.sh $(pwd)/install/llvm-mingw
207207 .github/workflows/store-version.sh install/llvm-mingw/versions.txt
208208 ./test-libcxx-module.sh $(pwd)/install/llvm-mingw
You can’t perform that action at this time.
0 commit comments