diff options
| author | Sheen Tian <5869938+tishion@users.noreply.github.com> | 2020-05-22 02:25:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 11:25:25 -0700 |
| commit | 3dd53aae33bc1f5ed6e6dc896707075b17ec59e1 (patch) | |
| tree | e427451aed1290b1e3972c8f8ea7049d79c26a8b /scripts | |
| parent | 875821cd801d71208b294e5faf83fe4f6564a3eb (diff) | |
| download | vcpkg-3dd53aae33bc1f5ed6e6dc896707075b17ec59e1.tar.gz vcpkg-3dd53aae33bc1f5ed6e6dc896707075b17ec59e1.zip | |
[mmloader ]Add new port (#11381)
* Add new port mmloader
* update the SHA512
* update the version
* Address PR comments
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index aed1567bc..f4400b211 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1094,6 +1094,13 @@ minizip:arm-uwp=fail minizip:x64-uwp=fail
mman:x64-linux=fail
mman:x64-osx=fail
+mmloader:arm64-windows=fail
+mmloader:arm-uwp=fail
+mmloader:x64-linux=fail
+mmloader:x64-osx=fail
+mmloader:x64-uwp=fail
+mmloader:x64-windows=fail
+mmloader:x86-windows=fail
# mmx installs many problematic headers, such as `json.h` and `sched.h`
mmx:x64-windows=skip
mmx:x64-windows-static=skip
|
