Newer versions of CMake have some fix for default libraries on Windows/ARM64. (Not sure exactly what version, but the latest CMake does seem to work.) While trying to update the others, it turns out my workstation no longer makes CMake builds compatible with the builders. It's also tedious that updating CMake requires making builds myself. Fortunately, Chrome infra is maintains some packages of third-party software in CIPD. However, they don't make Windows CMake builds (filed https://crbug.com/1180257 to request them), and they're stuck on 3.13.x (blocked on https://crbug.com/1176531). So, this CL switches to CIPD for Mac/Linux, with the latest version they have available. It sticks with the old method (uploading copies of upstream's packages) for Windows and grabs the latest version. When both of the bugs above are fixed, hopefully things will be more uniform. Change-Id: I710091fc60594165738a893b2be73cdcef54dfe2 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/45764 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com>
29 lines
490 B
Plaintext
29 lines
490 B
Plaintext
build/
|
|
build32/
|
|
build64/
|
|
ssl/test/runner/runner
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
doc/*.html
|
|
doc/doc.css
|
|
|
|
util/bot/android_ndk
|
|
util/bot/android_sdk/public
|
|
util/bot/cmake-linux64
|
|
util/bot/cmake-mac
|
|
util/bot/cmake-win32
|
|
util/bot/cmake-win32.zip
|
|
util/bot/golang
|
|
util/bot/libcxx
|
|
util/bot/libcxxabi
|
|
util/bot/llvm-build
|
|
util/bot/nasm-win32.exe
|
|
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
|