-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master merge #94
Master merge #94
Conversation
From https://dev.azure.com/vcpkg/public/_build/results?buildId=94820 REGRESSION: caffe2:arm64-windows is marked as fail but one dependency is not supported for arm64-windows. REGRESSION: gtk:x64-windows-static is marked as fail but one dependency is not supported for x64-windows-static. Fixed by microsoft#33999 REGRESSION: omplapp:arm-neon-android failed with BUILD_FAILED. If expected, add omplapp:arm-neon-android=fail to /vcpkg/scripts/azure-pipelines/../ci.baseline.txt. Previously blocked by: PASSING, REMOVE FROM FAIL LIST: assimp:arm-neon-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: clblast:arm-neon-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: clblast:arm64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: clblast:x64-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: openvdb:x64-windows-static (C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: openvdb:x64-windows-static-md (C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt).
Co-authored-by: Kai Pastor <dg0yt@darc.de>
* [libsbml] Update, port fixes * [check] Follow VCPKG_LIBRARY_LINKAGE * [check] Don't install checkmk * [check] Burn-in dllimport * [libsbml] Devendor dirent * [libsbml] Burn-in library linkage * Finish * Fix typo * [libsbml] Shorten patch
* [openvino] support dynamic protobuf * updated version database
* [wil] Configure only in release mode. * Update version database.
* [cpp-sort] add new port * [cpp-sort] fix usage * [cpp-sort] add new port * [cpp-sort] fix usage * [cpp-sort] add new port
* Reverts hard-coded disable in microsoft#34152
Two issues: * we should get msys2 when building on windows, not targeting windows. * removed usage of LIBRARY_PATH since it is ignored when cross-compiling [1]. Tested building for android on windows and works fine. [1]: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html#index-LIBRARY_005fPATH
* [minizip-ng] update to v4.0.1 * [minizip-ng] remove the unnecessary options signing * [minizip-ng] fix wrong CONFIG_PATH * [minizip-ng] update versions
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
* [proxsuite] add new port * [proxsuite] update version
* [libremidi] Fix install path of the lib file * update version
* [gts] Enable and fix osx * [gts] Update manifest * [gts] Fix version passing * [gts] Update usage * [gts] Simplify dll patching * [gts] Cleanup * [gts] android builds now * ignition-common1: fails on osx as on linux
* [mpark-patterns] add new port * [mpark-patterns] add new port * [mpark-patterns] add new port * [mpark-patterns] add new port
This looks almost like a compiler bug:
|
b72b73c
to
6dbf399
Compare
Can you say something about this "compiler bug", and how you fixed the failing build? |
I have just picked a upstream commit before the qt 6.6 update. Since Xcode 12.4 is not official supported by QT I have set up an Xcode 13 build here: I will file a Qt bug. |
This is ready for merge. |
Ok, that explains it to me. Let's merge this now - we can later decide, if we update again or not. Thank you! |
It was a compiler bug: Xcode 13.2.1 is able to build Qt 6.6.0 But anyway lets stick with the LTS Qt version |
This merges the current microsoft master branch to 2.5
this is required because soundtouch has changed the hash codes
Following relevant changes are included:
In my test building Qt 6.6.0 qtdeclarative fails. That's why we have merged the commit before the Qt 6.6 update.
We stick with Qt 6.5.3 LTS for now.