boringssl/util/bot
David Benjamin ec55dc15d3 Update tools.
Also remove the -Wtautological-constant-compare logic. I believe Clang
has since removed that problematic warning from -Wall and that check was
causing problems when we were embedded as a subproject in a project that
didn't set CMP0025.

(In that case, by the time our build file ran, the compiler had already
been detected and the damage done. This unfortunately means the next
Clang version check will hit the same issue, but let's deal with that
when we get there.)

Change-Id: Iea5f262899b74c5b84f707f4cf4ac4b3540c4acb
Reviewed-on: https://boringssl-review.googlesource.com/26375
Reviewed-by: Steven Valdez <svaldez@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-03-05 20:49:21 +00:00
..
go Update tools. 2018-03-05 20:49:21 +00:00
cmake-linux64.tar.gz.sha1 Update CMake to 3.10.0 on the bots. 2017-12-13 21:35:11 +00:00
cmake-mac.tar.gz.sha1 Update CMake to 3.10.0 on the bots. 2017-12-13 21:35:11 +00:00
cmake-win32.zip.sha1 Update CMake on Windows bots to 3.10.1. 2018-01-09 15:56:42 +00:00
DEPS Update tools. 2018-03-05 20:49:21 +00:00
extract.py
perl-win32.zip.sha1 Update copies of tools. 2017-10-12 19:31:25 +00:00
README
sde-linux64.tar.bz2.sha1 Update copies of tools. 2017-10-12 19:31:25 +00:00
update_clang.py Update tools. 2018-03-05 20:49:21 +00:00
UPDATING Update CMake on Windows bots to 3.10.1. 2018-01-09 15:56:42 +00:00
vs_env.py
vs_toolchain.py Update tools. 2018-01-22 18:30:18 +00:00
yasm-win32.exe.sha1 Update yasm to 1.3.0 on the bots. 2017-08-14 18:55:28 +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.