speed-dreams-code/.forgejo/workflows
Xavier Del Campo Romero 93ef6ff6b3
All checks were successful
/ build (debian-sd:stable) (pull_request) Successful in 14m19s
/ build (ubuntu-sd:jammy) (pull_request) Successful in 11m56s
/ build (pull_request) Successful in 21m43s
Do not assume Debian-specific CMAKE_INSTALL_RPATH
6df4b6bf introduced a workaround to allow Ubuntu and Debian packages to
work with default flags, since CPack does not adjust the rpath of the
package executables according to its CPACK_PACKAGING_INSTALL_PREFIX. [1]

However, this workaround caused a regression on those distributions not
using /usr as their CPACK_PACKAGING_INSTALL_PREFIX, such as Guix.

Until CPack is fixed, removing this line forces build-deb.yml to set a
non-default CMAKE_INSTALL_PREFIX that matches
CPACK_PACKAGING_INSTALL_PREFIX.

[1]: https://cmake.org/cmake/help/latest/variable/CPACK_PACKAGING_INSTALL_PREFIX.html
2025-02-01 11:55:36 +01:00
..
build-3rdparty.yml .forgejo/workflows: Do not upload artifact on missing secrets 2025-02-01 08:42:07 +01:00
build-deb.yml Do not assume Debian-specific CMAKE_INSTALL_RPATH 2025-02-01 11:55:36 +01:00
build-w64-mingw32.yml .forgejo/workflows: Do not upload artifact on missing secrets 2025-02-01 08:42:07 +01:00