Fix all load/unload memory errors, activate CI check

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-06 08:43:50 +01:00
parent b0757112db
commit e032f02fd2
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
10 changed files with 17 additions and 17 deletions

View file

@ -1081,14 +1081,14 @@ jobs:
make NOOPT=true SKIP_STRIPPING=true -j $(nproc)
- name: Run Cardinal self-tests
run: |
#xvfb-run valgrind \
#--gen-suppressions=all \
#--exit-on-first-error=yes \
#--error-exitcode=255 \
#--leak-check=no \
#--track-origins=yes \
#--suppressions=./dpf/utils/valgrind-dpf.supp
xvfb-run ./bin/Cardinal selftest
# --exit-on-first-error=yes
xvfb-run valgrind \
--gen-suppressions=all \
--error-exitcode=255 \
--leak-check=no \
--track-origins=yes \
--suppressions=./dpf/utils/valgrind-dpf.supp \
./bin/Cardinal selftest
- name: Validate LV2 ttl syntax
run: |
lv2_validate \