Skip to content

Commit 6d878b4

Browse files
committed
update regression build
1 parent 5fae09c commit 6d878b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/rendering-regression.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
reference_ref:
77
description: Git ref (commit/tag) for reference build
88
required: false
9-
default: HEAD~1
9+
default: "v2.4.8"
1010
snr_min:
1111
description: Minimum SNR threshold
1212
required: false
@@ -40,7 +40,8 @@ env:
4040
SNR_MIN: ${{ github.event.inputs.snr_min || vars.FLUIDSYNTH_REGRESSION_SNR_MIN || '60' }}
4141
RMS_MAX: ${{ github.event.inputs.rms_max || vars.FLUIDSYNTH_REGRESSION_RMS_MAX || '0.0001' }}
4242
ABS_MAX: ${{ github.event.inputs.abs_max || vars.FLUIDSYNTH_REGRESSION_ABS_MAX || '0.01' }}
43-
REGRESSION_CMAKE_FLAGS: "-DNO_GUI=1 -Denable-network=0"
43+
REGRESSION_CMAKE_FLAGS: "-DNO_GUI=1 -Denable-network=0 -DBUILD_SHARED_LIBS=0"
44+
ALLOW_MISSING: "1"
4445

4546
jobs:
4647
audio-regression:

0 commit comments

Comments
 (0)