diff options
| author | myd7349 <myd7349@gmail.com> | 2020-05-16 04:59:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 13:59:18 -0700 |
| commit | 9b796363050e06704c0d1491defe07e2204bba28 (patch) | |
| tree | 617925dc8c8b5f4f2c2a90cacdef0d249ced31fd /scripts | |
| parent | d1729dcaf5e87188743b8d50e04743f37790c0e7 (diff) | |
| download | vcpkg-9b796363050e06704c0d1491defe07e2204bba28.tar.gz vcpkg-9b796363050e06704c0d1491defe07e2204bba28.zip | |
[gperftools] Add new port (#8750)
* [gperftools] Add new port
* [gperftools] Fix linux build
* [gperftools] Update
* [vcpkg-baseline] Update
[gperftools] Install tools optionally
* [gperftools] Fail port on unsupported targets
* [gperftools] Add `Supports` field into CONTROL file
* [gperftools] Call vcpkg_copy_tools
* [gperftools] Fix *nix build error
[gperftools] Use static CRT in override mode
* [gperftools] Format
* [gperftools] Install deprecated headers
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index b271efb97..3cf2987d2 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -569,6 +569,9 @@ google-cloud-cpp-spanner:x86-windows=fail gppanel:x64-osx=fail
gperf:x64-uwp=fail
gperf:arm-uwp=fail
+gperftools:arm64-windows=fail
+gperftools:x64-uwp=fail
+gperftools:arm-uwp=fail
graphicsmagick:arm64-windows=fail
graphicsmagick:arm-uwp=fail
graphicsmagick:x64-uwp=fail
|
