diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-05-21 01:12:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 10:12:55 -0700 |
| commit | 0569520fc1ef810a516896b920d9ce8b46627efa (patch) | |
| tree | 73228f2e12ba5aaad79b210444a2c4c98de79e10 /scripts | |
| parent | 8bfdf64a925d75433e721a687930c4d2d5f5620f (diff) | |
| download | vcpkg-0569520fc1ef810a516896b920d9ce8b46627efa.tar.gz vcpkg-0569520fc1ef810a516896b920d9ce8b46627efa.zip | |
[protobuf] Fix protobuf build failed on CI (#11459)
* [protobuf] Fix protobuf build failed on CI
* [protobuf] Modify ci.baseline.txt
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 74bacad6c..644a7e897 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1468,6 +1468,9 @@ pqp:x64-uwp=fail proj4:arm64-windows=fail
proj4:arm-uwp=fail
proj4:x64-uwp=fail
+protobuf:x64-uwp=ignore
+protobuf:arm64-windows=ignore
+protobuf:arm-uwp=ignore
protobuf-c:x86-windows=fail
protobuf-c:x64-windows=fail
protobuf-c:x64-windows-static=fail
|
