Xiangyu-Hu / SPHinXsys

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.

Home Page:https://www.sphinxsys.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Details on broken CI

FabienPean-Virtonomy opened this issue · comments

@Xiangyu-Hu The cause has been identified. It is an issue with vcpkg with CMake 3.29.1. It will fix itself in coming days (1) as soon as vcpkg upgrade the CMake baseline and (2) the weekly runner images are regenerated.

actions/runner-images#9680
microsoft/vcpkg#37968
microsoft/vcpkg#38144

It is possible to pin the CMake version in the future by (1) forcing vcpkg to use system binaries, and (2) deleting runner image embedded CMake executable which is called before the system installed version (because of Path order), at least on Ubuntu. To be determined for MacOS and Windows

Thanks. We first wait if the fix will updated.

Still need wait some time.

It seems that vcpkg is OK now.