aboutsummaryrefslogtreecommitdiff
path: root/cc/.bazelrc
AgeCommit message (Collapse)Author
2023-02-13Update Abseil to LTS 20230125.wconner
Also, upgrade to GCC 7 as required by latest Abseil release. https://github.com/abseil/abseil-cpp/blob/master/absl/base/policy_checks.h#L57 PiperOrigin-RevId: 509248959
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
Many of the dependencies we use in Tink are moving to support only C++14. BoringSSL is an example (see https://github.com/google/boringssl/commit/493d5cbedda8690d17a323d3532acfb1fb1845ad#diff-bad5d9040d9fca0b5e67ed87fde70b1d1effd7110bcb4d6ed0c8f6e16be23be1). This change: - Sets c++14 as the default version used by all the workspaces that use tink-cc and Bazel's default toolchain via `.bazerlrc` files. Tink users can override this by passing `--cxxopt='-std=c++<verison>'` or editing its toolchain. - Upgrades BoringSSL to 2022-09-14's commit. PiperOrigin-RevId: 484479474
2020-01-22Merge Gerrit change 29040 Patch Set 18Copybara-Service
PiperOrigin-RevId: 290921758 Change-Id: I83590d4e90f42a17f7a52157bbb3afef998916b9