Compare commits

..

No commits in common. "02bdc51da59b272224276a33b4a7bfe13562e186" and "99a411b26af4ba2904e52acb4da72437c5009fe6" have entirely different histories.

View File

@ -222,8 +222,8 @@ jobs:
grpc_cmake: >-
"-DgRPC_CARES_PROVIDER=package"
- name: linux-arm64
runner: ubuntu-24.04-arm
container: ubuntu:24.04
runner: ubuntu-24.04-arm64
container: ubuntu:20.04
preinstall: >-
apt-get update &&
apt-get install -y ninja-build libz-dev libc-ares-dev wget clang-10
@ -282,7 +282,6 @@ jobs:
cmake -G Ninja -S grpc -B grpc-build
"-DgRPC_INSTALL=ON"
"-DgRPC_BUILD_CSHARP_EXT=OFF"
"-DCMAKE_INSTALL_PREFIX=$HOME/grpc-installation"
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_C_FLAGS_RELEASE=${{ matrix.config.cflags }}"