Skip lv2lint validation for now

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-08-21 18:39:08 +01:00
parent 69cd61d9ae
commit 9cd4ff1177
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 5 deletions

View file

@ -1089,13 +1089,13 @@ jobs:
cp -r bin/CardinalFX.lv2 bin/CardinalSynth.lv2 \
/usr/lib/lv2/{atom,buf-size,core,data-access,kx-control-input-port-change-request,kx-programs,instance-access,midi,mod,parameters,port-groups,port-props,options,patch,presets,resize-port,state,time,ui,units,urid,worker}.lv2 \
${LV2_PATH}
xvfb-run lv2lint -s lv2_generate_ttl -l ld-linux-x86-64.so.2 -M nopack $(lv2ls)
#xvfb-run lv2lint -s lv2_generate_ttl -l ld-linux-x86-64.so.2 -M nopack $(lv2ls)
- name: Test LV2 plugin
run: |
export LV2_PATH=/tmp/lv2-path
for p in $(lv2ls); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--track-origins=yes \
@ -1106,7 +1106,7 @@ jobs:
run: |
for p in $(ls bin/*.vst/*.so); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--track-origins=yes \
@ -1117,7 +1117,7 @@ jobs:
run: |
for p in $(ls bin/ | grep vst3); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
xvfb-run valgrind \
--error-exitcode=255 \
--leak-check=no \
--track-origins=yes \

2
dpf

@ -1 +1 @@
Subproject commit 7b8eefb59f62dd51e08cdda5c33478781eccb072
Subproject commit 6cf523adada34df242dc1bf4b33bfb025284c631