mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Downgrade to libgcc10
gRPC version we use cannot be compiled with libstdc++ that comes with gcc11 due to a change in transitive dependencies. This is a temporary fix until we bump the grpc version in a bunch of deployments.
This commit is contained in:
parent
d78d99d3f3
commit
608aa9953c
4
.github/workflows/autobuild.yaml
vendored
4
.github/workflows/autobuild.yaml
vendored
@ -65,7 +65,9 @@ jobs:
|
||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||
- name: linux
|
||||
os: ubuntu-18.04
|
||||
preinstall: sudo apt-get install ninja-build libz-dev libc-ares-dev
|
||||
preinstall: >
|
||||
sudo apt-get install ninja-build libz-dev libc-ares-dev &&
|
||||
sudo apt-get remove -y libgcc-11-dev
|
||||
cflags: -O3 -gline-tables-only -DNDEBUG -include $GITHUB_WORKSPACE/.github/workflows/lib_compat.h
|
||||
cmake: >-
|
||||
"-DCMAKE_C_COMPILER=clang"
|
||||
|
Loading…
Reference in New Issue
Block a user