mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Build fat binaries for mac
This commit is contained in:
parent
186c1cfe5b
commit
e2345b0261
4
.github/workflows/autobuild.yaml
vendored
4
.github/workflows/autobuild.yaml
vendored
@ -63,6 +63,10 @@ jobs:
|
||||
"-DCMAKE_C_COMPILER=clang"
|
||||
"-DCMAKE_CXX_COMPILER=clang++"
|
||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||
"-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
||||
# BoringSSL doesn't support universal binaries when building with ASM.
|
||||
grpc_cmake: >-
|
||||
"-DOPENSSL_NO_ASM=ON"
|
||||
- name: linux
|
||||
os: ubuntu-18.04
|
||||
preinstall: sudo apt-get install ninja-build libz-dev libc-ares-dev
|
||||
|
Loading…
Reference in New Issue
Block a user