mirror of
https://github.com/clangd/clangd.git
synced 2025-04-20 23:53:02 +00:00
Revert "Downgrade to libgcc10"
This reverts commit 608aa9953c
in favor of
https://github.com/clangd/clangd/pull/783
This commit is contained in:
parent
608aa9953c
commit
c4786ebf83
4
.github/workflows/autobuild.yaml
vendored
4
.github/workflows/autobuild.yaml
vendored
@ -65,9 +65,7 @@ jobs:
|
|||||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||||
- name: linux
|
- name: linux
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
preinstall: >
|
preinstall: sudo apt-get install ninja-build libz-dev libc-ares-dev
|
||||||
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
|
cflags: -O3 -gline-tables-only -DNDEBUG -include $GITHUB_WORKSPACE/.github/workflows/lib_compat.h
|
||||||
cmake: >-
|
cmake: >-
|
||||||
"-DCMAKE_C_COMPILER=clang"
|
"-DCMAKE_C_COMPILER=clang"
|
||||||
|
Loading…
Reference in New Issue
Block a user