Fix gcc issue

pull/36628/head
Esun Kim 7 months ago
parent c7db7e4505
commit 01ac20f057
  1. 2
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh

@ -75,7 +75,7 @@ then
rm -rf third_party/upb/upb
cp -r third_party/protobuf/upb third_party/upb
# generate upb gen source codes
sudo apt-get install -y build-essential gcc g++
export CC=gcc
tools/codegen/core/gen_upb_api.sh
# update utf8_range
rm -rf third_party/utf8_range

Loading…
Cancel
Save