Files
David Benjamin ac639b76b4 Update build tools.
I'm leaving libc++abi unupdated for now, because it depends on a newer
libc++ than Chromium has managed to update to just yet. (It looks like
Chromium is, for now, manually passing -D_LIBCPP_CONSTINIT=constinit.)
Probably easier to pick that up when the dust settles.

(When that happens, libc++abi will need to be built as C++20, but that's
fine because this is only used on bots.)

Change-Id: I2b7ae62b618b0e09863b4b38548be1b937fbe0d0
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/52646
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2022-05-23 17:26:22 +00:00
..
2021-11-01 15:23:46 +00:00
2022-05-23 17:26:22 +00:00
2022-02-23 19:07:40 +00:00
2022-02-23 19:07:40 +00:00
2022-02-23 19:07:40 +00:00
2022-05-23 17:26:22 +00:00
2022-05-23 17:26:22 +00:00
2022-05-23 17:26:22 +00:00

This directory contains tools for setting up a hermetic toolchain on the
continuous integration bots. It is in the repository for convenience and can be
ignored in development.