diff options
| author | Geoff Evans <geoff@flummoxed.org> | 2021-09-07 21:02:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 21:02:10 -0700 |
| commit | 4d8cf181f1172e32fb0494aebaa2a8a117c4cebc (patch) | |
| tree | 479e56d4d59b23053d76cecbfb5a76711d8eba17 /scripts | |
| parent | 6a8dea1ace99554907a73f85dedc166db6d4be3b (diff) | |
| download | vcpkg-4d8cf181f1172e32fb0494aebaa2a8a117c4cebc.tar.gz vcpkg-4d8cf181f1172e32fb0494aebaa2a8a117c4cebc.zip | |
proj4 uwp improvments (#18323)
* Remove prior arm/uwp patch since host dependencies now allow for proj database generation, and add a new patch that repairs Win32 API calls to use UWP counterparts in UWP builds
* Update ci baseline for port changes
* Update port version
* Fix patch list for PR
* Bump port-version, disable some broken downstream libs
* Update port version commit
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 0affebdd8..eb7e7226d 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -546,6 +546,8 @@ libcopp:arm64-windows=fail libcopp:arm-uwp=fail libcrafter:x86-windows=fail libcrafter:x64-windows=fail +libgeotiff:arm-uwp=fail +libgeotiff:x64-uwp=fail # Missing system libraries on linux to run/prepare autoconf libgpod:x64-linux=fail libgpod:x64-osx=fail @@ -1235,8 +1237,6 @@ popsift:x64-windows-static-md=fail portable-snippets:arm-uwp=fail pqp:arm-uwp=fail pqp:x64-uwp=fail -proj4:arm-uwp=fail -proj4:x64-uwp=fail protobuf-c:x86-windows=fail protobuf-c:x64-windows=fail protobuf-c:x64-windows-static=fail |
