Fix the build after 40114796f0

That patch added new flags but gRPC is still built with GNU C++
compiler. If we're trying to build both gRPC and LLVM with the same set
of flags, we should enforce additional CMake flags for gRPC.
This commit is contained in:
Kirill Bobyrev 2021-03-02 06:58:25 +01:00
parent 3d90b39e96
commit fc26be2c43
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -118,6 +118,7 @@ jobs:
"-DCMAKE_C_FLAGS_RELEASE=${{ matrix.config.cflags }}"
"-DCMAKE_CXX_FLAGS_RELEASE=${{ matrix.config.cflags }}"
${{ matrix.config.grpc_cmake }}
${{ matrix.config.cmake }}
ninja -C grpc-build install
- name: Fetch target commit