boringssl/util/bot
David Benjamin 26f8297177 Switch to 64-bit tools on Windows.
It's 2018. I'm not sure why I added the 32-bit ones; even the 32-bit
bots build and run on 64-bit Windows. ninja.exe in depot_tools is also a
64-bit binary. I suspect this is because some of the depot_tools bits
use --platform=win32, but that's just the sys.platform string.

Alas, I stupidly named these "win32" way back. Dealing with the rename
is probably more trouble than worth it right now since the build recipes
refer to the name. Something to deal with later. (Regardless we'll want
"win32" to point to 64-bit binaries so that try jobs can test it.)

Also add the missing nasm-win32.exe to .gitignore.

For some reason the 64-bit Yasm binary does not work on the vs2017 CQ
bots, so I've left it alone. Hopefully it should be replaced by NASM
later anyway.

Change-Id: If65ececddbc6526ceebaafbef56eddea8ece58ba
Reviewed-on: https://boringssl-review.googlesource.com/29384
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-06-29 18:05:31 +00:00
..
go Update tools. 2018-06-14 13:58:05 +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 Switch to 64-bit tools on Windows. 2018-06-29 18:05:31 +00:00
DEPS Add a copy of NASM to util/bot/ in BoringSSL. 2018-06-26 15:47:29 +00:00
extract.py Add hash of SDE tool for the bots. 2017-05-11 20:10:33 +00:00
nasm-win32.exe.sha1 Switch to 64-bit tools on Windows. 2018-06-29 18:05:31 +00:00
perl-win32.zip.sha1 Switch to 64-bit tools on Windows. 2018-06-29 18:05:31 +00:00
README
sde-linux64.tar.bz2.sha1 Revert "Update SDE to 8.16.0." 2018-03-30 17:59:40 +00:00
update_clang.py Update tools. 2018-06-14 13:58:05 +00:00
UPDATING Switch to 64-bit tools on Windows. 2018-06-29 18:05:31 +00:00
vs_env.py Add support for finding depot_tools' MSVC toolchain on the bots. 2015-03-25 15:31:55 +00:00
vs_toolchain.py Update tools. 2018-06-14 13:58:05 +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.