Check for memory leaks in CI now that we fix them all

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-07 15:46:05 +01:00
parent 3a17dbfa41
commit 63689b2a18
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 8 additions and 8 deletions

View file

@ -1085,7 +1085,7 @@ jobs:
xvfb-run valgrind \
--gen-suppressions=all \
--error-exitcode=255 \
--leak-check=no \
--leak-check=yes \
--track-origins=yes \
--suppressions=./dpf/utils/valgrind-dpf.supp \
./bin/Cardinal selftest
@ -1112,10 +1112,10 @@ jobs:
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--leak-check=yes \
--track-origins=yes \
--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}; \
done
- name: Test VST2 plugin
run: |
@ -1123,10 +1123,10 @@ jobs:
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--leak-check=yes \
--track-origins=yes \
--suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-bridge-native vst2 ./${p} "" 1>/dev/null; \
/usr/lib/carla/carla-bridge-native vst2 ./${p} ""; \
done
- name: Test VST3 plugin
run: |
@ -1134,8 +1134,8 @@ jobs:
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--leak-check=yes \
--track-origins=yes \
--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} ""; \
done

2
dpf

@ -1 +1 @@
Subproject commit 5ddaeefc47bd215c630b372304461a62f3464924
Subproject commit 8f664b4d346ba8c40e6a5a0909ca813654721b1a