From 647fde2f4f88d38a20964f0a8883e0755f476add Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 9 Mar 2024 11:34:22 +0100 Subject: [PATCH] Fix checks for pluginval step, tweak flags for CI deps Signed-off-by: falkTX --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a9145d..9205b6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,11 +3,12 @@ name: build on: [push, pull_request] env: - CACHE_VERSION: 7 + CACHE_VERSION: 8 CARDINAL_UNDER_WINE: 1 CIBUILD: true DEBIAN_FRONTEND: noninteractive LIBGL_ALWAYS_SOFTWARE: true + PAWPAW_FAST_MATH: 1 PAWPAW_SKIP_GLIB: 1 PAWPAW_SKIP_LTO: 1 PAWPAW_SKIP_LV2: 1 @@ -600,7 +601,7 @@ jobs: LDFLAGS: -static-libgcc -static-libstdc++ run: | make features - make NOOPT=true SKIP_STRIPPING=true carla deps dgl plugins resources -j $(nproc) + make CIBUILD=false NOOPT=true SKIP_STRIPPING=true carla deps dgl plugins resources -j $(nproc) # single job for final build stage, otherwise we might get killed due to OOM - name: Build Cardinal (final build stage) env: @@ -609,8 +610,8 @@ jobs: LDFLAGS: -static-libgcc -static-libstdc++ run: | make features - make NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack - make NOOPT=true -j 1 + make CIBUILD=false NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack + make CIBUILD=false NOOPT=true -j 1 ./dpf/utils/generate-ttl.sh - name: Run Cardinal self-tests run: |