Do not check for leaks, VCV has some which passes to us
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4f4135e177
commit
680719799d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -295,7 +295,7 @@ jobs:
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
valgrind \
|
||||||
--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
--leak-check=full \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native ladspa ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native ladspa ./bin/${p} "" 1>/dev/null; \
|
||||||
|
@ -306,7 +306,7 @@ jobs:
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
valgrind \
|
||||||
--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
--leak-check=full \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native dssi ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native dssi ./bin/${p} "" 1>/dev/null; \
|
||||||
|
@ -318,7 +318,7 @@ jobs:
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
valgrind \
|
||||||
--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
--leak-check=full \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native lv2 "" ${p} 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native lv2 "" ${p} 1>/dev/null; \
|
||||||
|
@ -329,7 +329,7 @@ jobs:
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
valgrind \
|
||||||
--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
--leak-check=full \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
|
||||||
|
@ -340,7 +340,7 @@ jobs:
|
||||||
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
valgrind \
|
valgrind \
|
||||||
--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
--leak-check=full \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue