CI: Skip RtAudio fallback in JACK/Standalone

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-29 18:08:53 +00:00
parent 92f29160f3
commit ea5c58c4a2
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env linux-aarch64; popd pushd deps/PawPaw; source local.env linux-aarch64; popd
make features make features
make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc)
make unzipfx make unzipfx
- name: Set sha8 - name: Set sha8
id: slug id: slug
@ -107,7 +107,7 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env linux-armhf; popd pushd deps/PawPaw; source local.env linux-armhf; popd
make features make features
make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc)
make unzipfx make unzipfx
- name: Set sha8 - name: Set sha8
id: slug id: slug
@ -157,7 +157,7 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env linux-i686; popd pushd deps/PawPaw; source local.env linux-i686; popd
make features make features
make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc)
make unzipfx make unzipfx
- name: Set sha8 - name: Set sha8
id: slug id: slug
@ -204,7 +204,7 @@ jobs:
export PATH="/usr/lib/ccache:${PATH}" export PATH="/usr/lib/ccache:${PATH}"
pushd deps/PawPaw; source local.env linux; popd pushd deps/PawPaw; source local.env linux; popd
make features make features
make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc)
make unzipfx make unzipfx
- name: Set sha8 - name: Set sha8
id: slug id: slug

2
dpf

@ -1 +1 @@
Subproject commit 09ad9bb5701d892b71469ad809a0fd2596b20797 Subproject commit dabfd5d884035b67b9438a01274ec505f0c9389a