diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index bdb24a1781..8c30ec1c8c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -8,8 +8,8 @@ tasks: platform: ${{ platform }} bazel: ${{ bazel }} build_flags: - - '--host_cxxopt=-std=c++14' - - '--cxxopt=-std=c++14' + - '--host_cxxopt=-std=c++17' + - '--cxxopt=-std=c++17' build_targets: - '@protobuf//:protobuf' - '@protobuf//:protobuf_lite' @@ -30,7 +30,7 @@ bcr_test_module: platform: ${{ platform }} bazel: ${{ bazel }} build_flags: - - '--host_cxxopt=-std=c++14' - - '--cxxopt=-std=c++14' + - '--host_cxxopt=-std=c++17' + - '--cxxopt=-std=c++17' build_targets: - "//..."