Update SDE and add the Windows version. Windows is sufficiently different from Linux that running tests under SDE for Windows, particularly with the new ABI tests, is worthwhile. Change-Id: I32c4f6de06b2e732ebb2c1492eb1766cae73c0e0 Reviewed-on: https://boringssl-review.googlesource.com/c/34064 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
diff --git a/.gitignore b/.gitignore index 9cb7251..79deb06 100644 --- a/.gitignore +++ b/.gitignore
@@ -23,5 +23,7 @@ util/bot/perl-win32.zip util/bot/sde-linux64 util/bot/sde-linux64.tar.bz2 +util/bot/sde-win32 +util/bot/sde-win32.tar.bz2 util/bot/win_toolchain.json util/bot/yasm-win32.exe
diff --git a/util/bot/UPDATING b/util/bot/UPDATING index 67949f0..5a46cdf 100644 --- a/util/bot/UPDATING +++ b/util/bot/UPDATING
@@ -72,13 +72,13 @@ The current revision is yasm-1.3.0-win32.exe. -Finally, update sde-linux64.tar.bz2 by downloading the latet release from intel -at +Finally, update sde-linux64.tar.bz2 and sde-win32.tar.bz2 by downloading the +latet release from Intel at https://software.intel.com/en-us/articles/intel-software-development-emulator, but upload it with the following command. (Note the bucket is different.) - upload_to_google_storage.py -b chrome-boringssl-sde sde-linux64.tar.bz2 + upload_to_google_storage.py -b chrome-boringssl-sde sde-linux64.tar.bz2 sde-win32.tar.bz2 -The current revision is sde-external-8.9.0-2017-08-06-lin.tar.bz2. +The current revision is sde-external-8.16.0-2018-01-30-*.tar.bz2. When adding new files, remember to update .gitignore.
diff --git a/util/bot/sde-linux64.tar.bz2.sha1 b/util/bot/sde-linux64.tar.bz2.sha1 index cb35cf8..bd93323 100644 --- a/util/bot/sde-linux64.tar.bz2.sha1 +++ b/util/bot/sde-linux64.tar.bz2.sha1
@@ -1 +1 @@ -dcf00ebdef4810ffd4ce0c8636dcf99d5ad760c9 \ No newline at end of file +fe5d01f13b82469ce3854307bba9565d1a02b921 \ No newline at end of file
diff --git a/util/bot/sde-win32.tar.bz2.sha1 b/util/bot/sde-win32.tar.bz2.sha1 new file mode 100644 index 0000000..d17e78d --- /dev/null +++ b/util/bot/sde-win32.tar.bz2.sha1
@@ -0,0 +1 @@ +0f746c4c64e07794fd597ec950a24de571376732 \ No newline at end of file