Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
df5b687265
commit
b9279fc2b3
2 changed files with 3 additions and 23 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1121,7 +1121,7 @@ jobs:
|
|||
WITH_LTO: false
|
||||
run: |
|
||||
make features
|
||||
make NOOPT=true SKIP_STRIPPING=true carla deps dgl plugins resources dpf/utils/lv2_ttl_generator -j $(nproc)
|
||||
make 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:
|
||||
|
@ -1131,7 +1131,7 @@ jobs:
|
|||
WITH_LTO: false
|
||||
run: |
|
||||
make features
|
||||
make NOOPT=true SKIP_STRIPPING=true -C src jack lv2 vst2 vst3 clap -j 1
|
||||
make NOOPT=true SKIP_STRIPPING=true -j 1
|
||||
./dpf/utils/generate-ttl.sh
|
||||
- name: Run Cardinal self-tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue