-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- tink-java => 1.13; This required adding a bazelrc file to force using C++17 - Bazel => 7.1.1 PiperOrigin-RevId: 621452280 Change-Id: I9de3845611d6f17d0f2da9fc82ec273e028cb3be
- Loading branch information
1 parent
de464b6
commit 59ba3de
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# TODO: b/332650707 - Explicitly disable bzlmod until supported. | ||
always --noenable_bzlmod | ||
# Minumum C++ version. Override it building this project with | ||
# `bazel build --cxxopt='-std=c++<XY>' --host_cxxopt='c++<XY>' ...` | ||
# (Both -std and --host_cxxopt must be set to force the desired version.) | ||
build --cxxopt='-std=c++17' --host_cxxopt='-std=c++17' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.0 | ||
7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters