Fix checks for pluginval step, tweak flags for CI deps
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8fba3a5dc8
commit
647fde2f4f
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -3,11 +3,12 @@ name: build
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CACHE_VERSION: 7
|
CACHE_VERSION: 8
|
||||||
CARDINAL_UNDER_WINE: 1
|
CARDINAL_UNDER_WINE: 1
|
||||||
CIBUILD: true
|
CIBUILD: true
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
LIBGL_ALWAYS_SOFTWARE: true
|
LIBGL_ALWAYS_SOFTWARE: true
|
||||||
|
PAWPAW_FAST_MATH: 1
|
||||||
PAWPAW_SKIP_GLIB: 1
|
PAWPAW_SKIP_GLIB: 1
|
||||||
PAWPAW_SKIP_LTO: 1
|
PAWPAW_SKIP_LTO: 1
|
||||||
PAWPAW_SKIP_LV2: 1
|
PAWPAW_SKIP_LV2: 1
|
||||||
|
@ -600,7 +601,7 @@ jobs:
|
||||||
LDFLAGS: -static-libgcc -static-libstdc++
|
LDFLAGS: -static-libgcc -static-libstdc++
|
||||||
run: |
|
run: |
|
||||||
make features
|
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
|
# single job for final build stage, otherwise we might get killed due to OOM
|
||||||
- name: Build Cardinal (final build stage)
|
- name: Build Cardinal (final build stage)
|
||||||
env:
|
env:
|
||||||
|
@ -609,8 +610,8 @@ jobs:
|
||||||
LDFLAGS: -static-libgcc -static-libstdc++
|
LDFLAGS: -static-libgcc -static-libstdc++
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
make NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack
|
make CIBUILD=false NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack
|
||||||
make NOOPT=true -j 1
|
make CIBUILD=false NOOPT=true -j 1
|
||||||
./dpf/utils/generate-ttl.sh
|
./dpf/utils/generate-ttl.sh
|
||||||
- name: Run Cardinal self-tests
|
- name: Run Cardinal self-tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue