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:
Kadir Cetinkaya 2021-05-20 13:33:53 +02:00 committed by kadir çetinkaya
parent d78d99d3f3
commit 608aa9953c

View File

@ -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"