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>
This commit is contained in:
parent
e6bf9065af
commit
cc5a888fe5
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,5 +23,7 @@ util/bot/perl-win32
|
||||
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
|
||||
|
@ -72,13 +72,13 @@ yasm-win32.exe: Update to the appropriate release of Yasm. Use the same version
|
||||
|
||||
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.
|
||||
|
@ -1 +1 @@
|
||||
dcf00ebdef4810ffd4ce0c8636dcf99d5ad760c9
|
||||
fe5d01f13b82469ce3854307bba9565d1a02b921
|
1
util/bot/sde-win32.tar.bz2.sha1
Normal file
1
util/bot/sde-win32.tar.bz2.sha1
Normal file
@ -0,0 +1 @@
|
||||
0f746c4c64e07794fd597ec950a24de571376732
|
Loading…
Reference in New Issue
Block a user