Skip building standalones for debug builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8c1582104d
commit
610623a95e
2 changed files with 13 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
|||
# multiple jobs for building carla, deps and plugins
|
||||
make DEBUG=true carla deps dgl plugins resources -j $(nproc)
|
||||
# single job for final build stage, otherwise we might get killed due to OOM
|
||||
make DEBUG=true HAVE_PULSEAUDIO=false -j 1
|
||||
make DEBUG=true HAVE_PULSEAUDIO=false clap lv2 vst2 vst3 -j 1
|
||||
- name: Set sha8
|
||||
id: slug
|
||||
run: echo "SHA8=$(echo ${{ github.sha }} | cut -c1-8)" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue