diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-03-20 01:56:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 09:56:01 -0700 |
| commit | 96403d0903c6663351c0b0e077beec9e296ec8e2 (patch) | |
| tree | 4ec1f26921bc14ee46962fa4b8af04cf227afb5e /scripts | |
| parent | 9e681d579b3ecadff19f339921c3dea89367236b (diff) | |
| download | vcpkg-96403d0903c6663351c0b0e077beec9e296ec8e2.tar.gz vcpkg-96403d0903c6663351c0b0e077beec9e296ec8e2.zip | |
[metrohash] support more triplets by excluding 128 CRC source (#16553)
* [metrohash] exclude CRC for x86
* the change will allow x86 triplets
* update port SHA
* [metrohash] remove fail_port_install
* update ci.baseline.txt
* [metrohash] sync portfile and CMakeLists.txt
* make both file use 'VCPKG_TARGET_TRIPLET' to make ease of comparison
* [metrohash] Use try_compile helpers
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 81ef00bf5..36519bbef 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -910,10 +910,6 @@ meschach:x64-osx=fail meschach:x64-uwp=fail metis:arm-uwp=fail metis:x64-uwp=fail -metrohash:arm-uwp=fail -metrohash:x64-uwp=fail -metrohash:x86-windows=fail -metrohash:arm64-windows=fail mhook:arm64-windows=fail mhook:arm-uwp=fail mhook:x64-linux=fail |
