-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Patch Tuesday for July 2024 #39896
Patch Tuesday for July 2024 #39896
Conversation
BillyONeal
commented
Jul 13, 2024
- Add Azure CLI to all the machines
- Update PowerShell
- Update Visual Studio
- Remove no longer used Android NDK
- Get rid of the mintsas job and Managed Identity in favor of Workload Identity Federation which saves a job and some cores.
…Identity Federation
c86d7f0
to
14c5518
Compare
Looks like the arm64-osx regressions are caused by the version of CMake changing: REGRESSION: arg-router:arm64-osx failed with BUILD_FAILED. If expected, add arg-router:arm64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: libpqxx:arm64-osx failed with BUILD_FAILED. If expected, add libpqxx:arm64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: qtwebchannel:arm64-osx failed with BUILD_FAILED. If expected, add qtwebchannel:arm64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: wg21-linear-algebra:arm64-osx failed with BUILD_FAILED. If expected, add wg21-linear-algebra:arm64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
REGRESSION: ztd-text:arm64-osx failed with BUILD_FAILED. If expected, add ztd-text:arm64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt.
|
|
Submitted upstream as cmannett85/arg_router#398
This is necessary to fix a compiler error detected when updating CMake to 3.30 in vcpkg: microsoft/vcpkg#39896 (comment)
Ah, the actual qt errors are not what I expected: CMake Error at /Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake:60 (set_target_properties):
The link interface of target "Qt6::QQmlInspectorServiceFactoryPlugin"
contains:
Qt6::QuickPrivate
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake:54 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicPluginHelpers.cmake:518 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlPlugins.cmake:75 (__qt_internal_include_plugin_packages)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlConfig.cmake:139 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestDependencies.cmake:42 (_qt_internal_find_qt_dependencies)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestConfig.cmake:43 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/Qt6Config.cmake:169 (find_package)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
CMakeLists.txt:20 (find_package)
CMake Error at /Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake:60 (set_target_properties):
The link interface of target "Qt6::QQmlPreviewServiceFactoryPlugin"
contains:
Qt6::QuickPrivate
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake:54 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicPluginHelpers.cmake:518 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlPlugins.cmake:75 (__qt_internal_include_plugin_packages)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlConfig.cmake:139 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestDependencies.cmake:42 (_qt_internal_find_qt_dependencies)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestConfig.cmake:43 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/Qt6Config.cmake:169 (find_package)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
CMakeLists.txt:20 (find_package)
CMake Error at /Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake:60 (set_target_properties):
The link interface of target "Qt6::QQuickProfilerAdapterFactoryPlugin"
contains:
Qt6::QuickPrivate
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake:54 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicPluginHelpers.cmake:518 (include)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlPlugins.cmake:75 (__qt_internal_include_plugin_packages)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6Qml/Qt6QmlConfig.cmake:139 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestDependencies.cmake:42 (_qt_internal_find_qt_dependencies)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6QuickTest/Qt6QuickTestConfig.cmake:43 (include)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
/Users/vcpkg/Data/installed/arm64-osx/share/Qt6/Qt6Config.cmake:169 (find_package)
/Users/vcpkg/Data/work/2/s/scripts/buildsystems/vcpkg.cmake:857 (_find_package)
CMakeLists.txt:20 (find_package) |
@BillyONeal: looks like a dep on qtdeclarative is missing?` Maybe the qml dep is not correctly controlled anymore. |
@BillyONeal Try adding CMAKE_DISABLE_FIND_PACKAGE_Qt6Qml to the feature check |
libpqxx fixed by #39927 |
…of source contents.
Co-authored by: Alexander Neumann <[email protected]>
af870d1
to
4835baa
Compare
Fixed by #39927 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |