Compare commits

...

4 Commits

Author SHA1 Message Date
Kendell R
212a711b95
Merge 02bdc51da5 into 30a8f963f7 2025-08-22 04:40:03 +00:00
Kendell R
02bdc51da5
fix linking mismatch 2025-08-21 21:40:01 -07:00
Kendell R
42dd963d90
disable c# in grpc to work around 2025-08-21 16:04:05 -07:00
Kendell R
b260fe594e
maybe this will fix the ubuntu runner? 2025-08-21 15:48:42 -07:00

View File

@ -222,8 +222,8 @@ jobs:
grpc_cmake: >-
"-DgRPC_CARES_PROVIDER=package"
- name: linux-arm64
runner: ubuntu-24.04-arm64
container: ubuntu:20.04
runner: ubuntu-24.04-arm
container: ubuntu:24.04
preinstall: >-
apt-get update &&
apt-get install -y ninja-build libz-dev libc-ares-dev wget clang-10
@ -282,6 +282,7 @@ 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 }}"