Fix all load/unload memory errors, activate CI check
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b0757112db
commit
e032f02fd2
10 changed files with 17 additions and 17 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
@ -1081,14 +1081,14 @@ jobs:
|
||||||
make NOOPT=true SKIP_STRIPPING=true -j $(nproc)
|
make NOOPT=true SKIP_STRIPPING=true -j $(nproc)
|
||||||
- name: Run Cardinal self-tests
|
- name: Run Cardinal self-tests
|
||||||
run: |
|
run: |
|
||||||
#xvfb-run valgrind \
|
# --exit-on-first-error=yes
|
||||||
#--gen-suppressions=all \
|
xvfb-run valgrind \
|
||||||
#--exit-on-first-error=yes \
|
--gen-suppressions=all \
|
||||||
#--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
#--leak-check=no \
|
--leak-check=no \
|
||||||
#--track-origins=yes \
|
--track-origins=yes \
|
||||||
#--suppressions=./dpf/utils/valgrind-dpf.supp
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
xvfb-run ./bin/Cardinal selftest
|
./bin/Cardinal selftest
|
||||||
- name: Validate LV2 ttl syntax
|
- name: Validate LV2 ttl syntax
|
||||||
run: |
|
run: |
|
||||||
lv2_validate \
|
lv2_validate \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6cc2a926b3c6f2b9a3c4ad750deebd466d5589e4
|
Subproject commit 93aa1d0bbb2550bf05998e331e603e87425aeb91
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d35b745af8569d6a9d6bc5c3f2c3e64c852d8e0
|
Subproject commit adf84fc00a953f8e8a1b378531a08ee68b9a68d7
|
|
@ -1 +1 @@
|
||||||
Subproject commit b88130f6b6311c8cd58669c20cc9842f2ea81575
|
Subproject commit 97f61b3616a6e0935ac84f02b1e35734413c6b34
|
|
@ -1 +1 @@
|
||||||
Subproject commit 788ceb73cfabddaff7245b0df072b0e22a19b360
|
Subproject commit 66527f10d0ad18d03aca3bbabceb198396da5d81
|
|
@ -1 +1 @@
|
||||||
Subproject commit cd71f9a4c4a23bdec5666cc78c5bc8b3f936d175
|
Subproject commit f526208d9b54f9fc8950919ed3f9d9793c6e54e2
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4507aa7e1b0efc68e33e0ce1530ebd8ac7b7763c
|
Subproject commit 9745a4c63747a2225a31da69b085e6185b4c8407
|
|
@ -1 +1 @@
|
||||||
Subproject commit f2a8c19f8aa81769e13d085d69a44de5afaacfaa
|
Subproject commit eb46ce3a8b5795d61c2e3eb60f6ca58799a8cee2
|
|
@ -1 +1 @@
|
||||||
Subproject commit b63a685c6c68be188f5a3d5d9f6582eb94d62e53
|
Subproject commit 407829b0341dc04aa8530bd14a739c9f222930ed
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3f895c7663e3e54c4e30c406c56d420ea407133e
|
Subproject commit 7c15142c4e7adb174f92d7ad54c819970ac4bda4
|
Loading…
Add table
Add a link
Reference in a new issue