mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Disable zstd (we don't use it)
This was leading to "library not loaded" errors on macs with no zstd
This commit is contained in:
parent
1a90fba271
commit
a729875fb1
1
.github/workflows/autobuild.yaml
vendored
1
.github/workflows/autobuild.yaml
vendored
@ -273,6 +273,7 @@ jobs:
|
||||
"-DCMAKE_C_FLAGS_RELEASE=${{ matrix.config.cflags }}"
|
||||
"-DCMAKE_CXX_FLAGS_RELEASE=${{ matrix.config.cflags }}"
|
||||
"-DCLANGD_ENABLE_REMOTE=ON"
|
||||
"-DLLVM_ENABLE_ZSTD=OFF"
|
||||
"-DGRPC_INSTALL_PATH=$HOME/grpc-installation"
|
||||
${{ matrix.config.cmake }}
|
||||
- name: Ninja
|
||||
|
Loading…
Reference in New Issue
Block a user