Skip to content

Commit

Permalink
unbreak RBE bazelified tests after grpc#34444
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Sep 25, 2023
1 parent d24b303 commit 6635064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazelify_tests/test/portability_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def generate_run_tests_portability_tests(name):
# C and C++ under different compilers
for language in ["c", "c++"]:
compiler_configs = [
["gcc_7", "", "tools/dockerfile/test/cxx_gcc_7_x64.current_version"],
["gcc_7", "", "tools/dockerfile/test/cxx_gcc_8_x64.current_version"],
["gcc_12", "--cmake_configure_extra_args=-DCMAKE_CXX_STANDARD=20", "tools/dockerfile/test/cxx_gcc_12_x64.current_version"],
["gcc_12_openssl309", "--cmake_configure_extra_args=-DgRPC_SSL_PROVIDER=package", "tools/dockerfile/test/cxx_debian12_openssl309_x64.current_version"],
["gcc_musl", "", "tools/dockerfile/test/cxx_alpine_x64.current_version"],
Expand Down

0 comments on commit 6635064

Please sign in to comment.