Signed-off-by: falkTX <falktx@falktx.com>test-github-breakage
@@ -688,6 +688,7 @@ jobs: | |||||
cardinal: | cardinal: | ||||
env: | env: | ||||
PAWPAW_FAST_MATH: 1 | |||||
PAWPAW_SKIP_LTO: 1 | PAWPAW_SKIP_LTO: 1 | ||||
PAWPAW_SKIP_GLIB: 1 | PAWPAW_SKIP_GLIB: 1 | ||||
PAWPAW_SKIP_LV2: 1 | PAWPAW_SKIP_LV2: 1 | ||||
@@ -800,6 +801,7 @@ jobs: | |||||
modaudio: | modaudio: | ||||
env: | env: | ||||
PAWPAW_FAST_MATH: 1 | |||||
PAWPAW_SKIP_LTO: 1 | PAWPAW_SKIP_LTO: 1 | ||||
strategy: | strategy: | ||||
matrix: | matrix: | ||||
@@ -23,6 +23,7 @@ export PAWPAW_SKIP_LTO=1 | |||||
# --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||
# run bootstrap dependencies | # run bootstrap dependencies | ||||
export PAWPAW_FAST_MATH=1 | |||||
export PAWPAW_SKIP_GLIB=1 | export PAWPAW_SKIP_GLIB=1 | ||||
export PAWPAW_SKIP_LV2=1 | export PAWPAW_SKIP_LV2=1 | ||||
export PAWPAW_SKIP_OPENSSL=1 | export PAWPAW_SKIP_OPENSSL=1 | ||||
@@ -23,6 +23,7 @@ export PAWPAW_SKIP_LTO=1 | |||||
# --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||
# run bootstrap dependencies | # run bootstrap dependencies | ||||
export PAWPAW_FAST_MATH=1 | |||||
export PAWPAW_MODAUDIO=1 | export PAWPAW_MODAUDIO=1 | ||||
./bootstrap-common.sh "${target}" | ./bootstrap-common.sh "${target}" | ||||