diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2020-07-07 23:54:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-07 14:54:39 -0700 |
| commit | 3e615cdb1d7b6e8e4abc4308607b39e3e33f8cb9 (patch) | |
| tree | f0158afe995895e2821fe97b1291aafd7b9ba5af /scripts | |
| parent | aa6f70b6652002f145b72c94c5f63bcd5b455d8e (diff) | |
| download | vcpkg-3e615cdb1d7b6e8e4abc4308607b39e3e33f8cb9.tar.gz vcpkg-3e615cdb1d7b6e8e4abc4308607b39e3e33f8cb9.zip | |
[pcre2] Update to 10.35 (#11754)
- New upstream version 10.35
- Update patches:
pcre2-10.35_fix-space.patch
pcre2-10.35_fix-uwp.patch
- Add patch:
pcre2-10.35_fix_postfix_for_debug_Windows_builds.patch
- Drop patch (fixed upstream):
fix-arm64-config.patch
- Since 10.35, pkgconfig files are created using CMake
* fix debug suffix of pkgconfig files under Windows
* add vcpkg_fixup_pkgconfig()
- Remove bin and debug/bin in case of static build
- Update ci.baseline.txt
Remove "pcre2:arm-uwp=fail", because arm-uwp passes now
Add "unicorn-lib:arm-uwp=fail"
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index aad89d13d..233d64507 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1319,7 +1319,6 @@ pangomm:x64-osx=fail pangomm:arm64-windows=fail parmetis:x64-linux=fail parmetis:x64-osx=fail -pcre2:arm-uwp=fail pdal:x64-linux=fail pdal:x64-osx=fail pdal-c:x64-windows-static=fail @@ -1778,6 +1777,7 @@ unicorn:arm-uwp=fail unicorn:x64-linux=fail unicorn:x64-osx=fail unicorn:x64-uwp=fail +unicorn-lib:arm-uwp=fail unicorn-lib:x64-uwp=fail unittest-cpp:arm64-windows=fail unittest-cpp:arm-uwp=fail |
