CI: Skip RtAudio fallback in JACK/Standalone
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
92f29160f3
commit
ea5c58c4a2
2 changed files with 5 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -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
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit 09ad9bb5701d892b71469ad809a0fd2596b20797
|
Subproject commit dabfd5d884035b67b9438a01274ec505f0c9389a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue