diff options
| author | driver1998 <driver1998@foxmail.com> | 2020-02-08 01:36:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-07 09:36:39 -0800 |
| commit | 7d4227f02e445b0a29f8c1ce3258b57d60b71cfe (patch) | |
| tree | 179fcf840bb32edda864d6ec80a5866f56359d3a /scripts | |
| parent | 8eaa597bba70728c70feb4674566abcbe6feeb5c (diff) | |
| download | vcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.tar.gz vcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.zip | |
[libffi] Update to v3.3 release (#6119)
* libffi 3.3-rc0 custom port, with arm/arm64 windows support
* fix linux build
* enable EFI64 in linux x64, should fix build errors in some cases
* libffi: move to the arm64 support pr branch
* libffi: move to latest upstream master
* libffi: update to upstream master
* libffi: update to v3.3-rc2
* libffi: update to v3.3 release
* libffi: update version in fficonfig.h
* libffi: Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [libffi] update portfile.cmake
* [libnice] fix Windows ARM64 build
* CI: set atk:arm64-windows to fail
atk compilation requires running glib(arm64) tools, which is not possible on a x86 system.
* CI: libffi:arm64-windows passing
* [gdk-pixbuf] fix Windows ARM64 build
* [pangomm] show unsupported architecture error on ARM
* [pangomm] update portfile.cmake
* [libffi] Avoid depending on VCPKG_TARGET_TRIPLET; use native cmake variables instead. Avoid double expansion inside if().
* [libffi] TARGET is a keyword for if() -- use quoted expansion instead.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index af6569c83..d45e1757b 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -98,6 +98,7 @@ asmjit:arm-uwp=fail asyncplusplus:arm-uwp=fail
asyncplusplus:x64-uwp=fail
atk:x64-osx=fail
+atk:arm64-windows=fail
atkmm:x64-linux=fail
atlmfc:x64-linux=fail
atlmfc:x64-osx=fail
@@ -742,7 +743,6 @@ libfabric:x64-linux=fail libfabric:x64-osx=fail
libfabric:x64-uwp=fail
libfabric:x64-windows=ignore
-libffi:arm64-windows=fail
libffi:arm-uwp=fail
libfreenect2:arm64-windows=fail
libgd:x64-linux=ignore
@@ -1328,6 +1328,7 @@ pangolin:x64-windows-static=fail pangomm:x64-osx=fail
pangomm:x64-windows=ignore
pangomm:x86-windows=ignore
+pangomm:arm64-windows=fail
parmetis:x64-linux=fail
parmetis:x64-osx=fail
pbc:arm-uwp=fail
|
