Remove now useless SKIP_RTAUDIO_FALLBACK=true flag on CI builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-08 01:28:56 +00:00
parent d507afdf2c
commit 3dd4a05852
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -49,7 +49,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env linux-aarch64; popd
make features
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
make NOOPT=true WITH_LTO=true -j $(nproc)
make unzipfx
- name: Set sha8
id: slug
@ -98,7 +98,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env linux-armhf; popd
make features
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
make NOOPT=true WITH_LTO=true -j $(nproc)
make unzipfx
- name: Set sha8
id: slug
@ -143,7 +143,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env linux-i686; popd
make features
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
make NOOPT=true WITH_LTO=true -j $(nproc)
make unzipfx
- name: Set sha8
id: slug
@ -180,7 +180,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env linux; popd
make features
make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true -j $(nproc)
make NOOPT=true WITH_LTO=true -j $(nproc)
make unzipfx
- name: Set sha8
id: slug