You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu-latest has been updated to 24. This breaks a couple of things:
gcc 11 is not shipped anymore, but we can run gcc 12 and gcc 14
either our LLVM install action or the way we configure clang in CMake gets weird: when compiling gRPC, it runs protoc (also compiled from source), but then complains that some abi file was not found
The text was updated successfully, but these errors were encountered:
ubuntu-latest has been updated to 24. This breaks a couple of things:
protoc
(also compiled from source), but then complains that some abi file was not foundThe text was updated successfully, but these errors were encountered: