lv2lint: Ignore a known linking warning
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c4293d1c1b
commit
58e7590825
|
@ -275,7 +275,7 @@ jobs:
|
|||
cp -r bin/*.lv2 \
|
||||
/usr/lib/lv2/{atom,buf-size,core,data-access,kx-control-input-port-change-request,kx-programs,instance-access,midi,parameters,port-groups,port-props,options,patch,presets,resize-port,state,time,ui,units,urid,worker}.lv2 \
|
||||
${LV2_PATH}
|
||||
lv2lint -s lv2_generate_ttl -M nopack $(lv2ls)
|
||||
lv2lint -s lv2_generate_ttl -l ld-linux-x86-64.so.2 -M nopack $(lv2ls)
|
||||
- name: Test LADSPA plugins
|
||||
run: |
|
||||
for p in $(ls bin/ | grep ladspa.so); do \
|
||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit 8d83f11df227f8a7672026e1deb05288c684ca92
|
||||
Subproject commit e44a908375610d7f46b507532b4602c9f89f085a
|
Loading…
Reference in New Issue