From 7adb9517fcf004aa6acd6ba2287beca5ec555e4e Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sun, 27 Oct 2024 20:03:12 +0100 Subject: [PATCH 1/2] [ci,alt-arch] use v2.8.1 of alt-architecture build --- .github/workflows/alt-architectures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alt-architectures.yml b/.github/workflows/alt-architectures.yml index 7b5acdd5c..aafcb6741 100644 --- a/.github/workflows/alt-architectures.yml +++ b/.github/workflows/alt-architectures.yml @@ -27,7 +27,7 @@ jobs: distro: ubuntu22.04 steps: - uses: actions/checkout@v4 - - uses: uraimo/run-on-arch-action@master + - uses: uraimo/run-on-arch-action@v2.8.1 name: "Run tests" id: build with: From fd1c850c6236f71aef41298edecdb6b665335bb4 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sun, 27 Oct 2024 20:07:03 +0100 Subject: [PATCH 2/2] [ci,preloads] fix CMAKE_BUILD_TYPE --- ci/cmake-preloads/config-linux-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cmake-preloads/config-linux-all.txt b/ci/cmake-preloads/config-linux-all.txt index 262d9ff82..25d9b594c 100644 --- a/ci/cmake-preloads/config-linux-all.txt +++ b/ci/cmake-preloads/config-linux-all.txt @@ -2,7 +2,7 @@ message("PRELOADING cache") set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") set (BUILD_TESTING_INTERNAL ON CACHE BOOL "preload") set (WITH_MANPAGES ON CACHE BOOL "preload") -set (CMAKE_BUILD_TYPE "preload" CACHE STRING "preload") +set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "preload") set (WITH_PULSE ON CACHE BOOL "preload") set (WITH_CHANNELS ON CACHE BOOL "preload") set (WITH_CUPS ON CACHE BOOL "preload")