Skip to content

Commit

Permalink
Merge pull request #799 from dwyatte:bazel_4.2.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 419611774
  • Loading branch information
tf-text-github-robot committed Jan 4, 2022
2 parents fb6f254 + f25ea19 commit 6763197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.2
4.2.2
1 change: 1 addition & 0 deletions oss_scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ write_to_bazelrc "build --strategy=Genrule=standalone"
write_to_bazelrc "build -c opt"
write_to_bazelrc "build --define=framework_shared_object=true"
write_to_bazelrc "build --experimental_repo_remote_exec"
write_to_bazelrc "build --incompatible_blacklisted_protos_requires_proto_info=false"
# By default, build in C++ 14 mode.
write_to_bazelrc "build --cxxopt=-std=c++14"
write_to_bazelrc "build --host_cxxopt=-std=c++14"
Expand Down

0 comments on commit 6763197

Please sign in to comment.