Skip to content

Commit 5110f3d

Browse files
committed
github: Update a comment about the homebrew libraries' architectures
1 parent c299805 commit 5110f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)