Skip to content

Commit c0e9001

Browse files
committed
bzl: allow nonstandard protoc version check for protobuf 36.0-rc2
1 parent 669c4c3 commit c0e9001

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
2+
build --@com_google_protobuf//bazel/flags:allow_nonstandard_protoc=true
23

34
common:skip_android --deleted_packages=android,binder

examples/.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
2+
build --@com_google_protobuf//bazel/flags:allow_nonstandard_protoc=true

0 commit comments

Comments
 (0)