Browse Source

Remove now useless SKIP_RTAUDIO_FALLBACK=true flag on CI builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
3dd4a05852
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/build.yml

+ 4
- 4
.github/workflows/build.yml 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


Loading…
Cancel
Save