diff options
| author | Alexej Harm <alexej.h@xiphos.de> | 2020-04-15 02:20:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 17:20:24 -0700 |
| commit | 1e19af09e53e5f306ed89c2033817a21e5ee0bcf (patch) | |
| tree | bee8db5b44f975bcb1abcec2bfb328d64fc8573c /scripts | |
| parent | 941d5464544eb5812b2cbd6e687c3ebc78ed2624 (diff) | |
| download | vcpkg-1e19af09e53e5f306ed89c2033817a21e5ee0bcf.tar.gz vcpkg-1e19af09e53e5f306ed89c2033817a21e5ee0bcf.zip | |
[boringssl] Add new port (#8455)
* [boringssl] Add new port
* removed usage of deprecated vcpkg functions
* let the ci treat boringssl like libressl
* applied requested changes
* [boringssl] Update to commit 590265773@2020-04-07 (#8455)
* [boringssl] Restore scripts/ci.baseline.txt
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index c81014f9c..44a951e9f 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -883,6 +883,14 @@ librdkafka:arm-uwp=fail librdkafka:x64-uwp=fail
# Conflicts with openssl
+boringssl:arm64-windows = skip
+boringssl:arm-uwp = skip
+boringssl:x64-linux = skip
+boringssl:x64-osx = skip
+boringssl:x64-uwp = skip
+boringssl:x64-windows = skip
+boringssl:x64-windows-static = skip
+boringssl:x86-windows = skip
libressl:arm64-windows = skip
libressl:arm-uwp = skip
libressl:x64-linux = skip
|
