Added .bazelrc for distrib tests (#30161)

This commit is contained in:
Esun Kim 2022-07-01 13:57:14 -07:00 committed by GitHub
parent 4ca0f54798
commit 8787af7ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# bazelrc file
build --cxxopt='-std=c++14'

View File

@ -0,0 +1,3 @@
# bazelrc file
build --cxxopt='-std=c++14'

View File

@ -0,0 +1,3 @@
# bazelrc file
build --cxxopt='-std=c++14'