MQT Reusable Workflows 1.7.3 Release
·
85 commits
to refs/heads/main
since this release
👀 What Changed
Just a very small bugfix release containing 15276e2, which unblocks all Python CI runs failing on Ubuntu ARM runners due to not finding the right C++ compiler.
Failures of the kind
× Failed to build `mqt-core @ file:///home/runner/work/mqt-core/mqt-core`
├─▶ The build backend returned an error
╰─▶ Call to `scikit_build_core.build.build_editable` failed (exit status: 1)
[stdout]
*** scikit-build-core 0.11.0 using CMake 3.31.6 (editable)
*** Configuring CMake...
loading initial cache file
build/cp313-cp313-linux_aarch64/Release/CMakeInit.txt
-- Configuring incomplete, errors occurred!
[stderr]
CMake Error at
/usr/local/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:48
(message):
Could not find compiler set in environment variable CXX:
/usr/bin/x86_64-linux-gnu-g++.
Call Stack (most recent call first):
CMakeLists.txt:11 (project)
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
*** CMake configuration failed
hint: This usually indicates a problem with the package or the build
environment.
should now be resolved.
Full Changelog: v1.7.2...v1.7.3