Skip to content

Commit

Permalink
Keep chow-centaur linux build, skip verification
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 31, 2023
1 parent 1bf4eef commit 1196e90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,8 @@ PLUGINS += artyfx
PLUGINS += bolliedelay
PLUGINS += caps-lv2
PLUGINS += carla-plugins
ifneq ($(LINUX),true)
# crashing linux https://github.com/moddevices/mod-app/actions/runs/7367984567/job/20054758659
PLUGINS += chow-centaur
endif
PLUGINS += die-plugins
PLUGINS += dpf-plugins
PLUGINS += dragonfly-reverb
Expand Down
2 changes: 1 addition & 1 deletion src/PawPaw
Submodule PawPaw updated 1 files
+5 −0 setup/check_target.sh
2 changes: 1 addition & 1 deletion src/mod-plugin-builder
3 changes: 3 additions & 0 deletions utils/plugin-builder/validate-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ PLUGINS=($(${EXE_WRAPPER} "${PAWPAW_PREFIX}/lib/carla/carla-discovery-native${AP
for p in ${PLUGINS[@]}; do
uri=$(echo ${p} | cut -d "${OS_SEP}" -f 2-)
echo "Testing ${uri}..."
# FIXME skip plugins that fail to verify but where local builds are ok
if [ "${LINUX}" -eq 0 ] || [ "${uri}" != "https://github.com/jatinchowdhury18/KlonCentaur" ]; then
${EXE_WRAPPER} "${PAWPAW_PREFIX}/lib/carla/carla-bridge-native${APP_EXT}" lv2 "" "${uri}" 1>/dev/null
fi
done

0 comments on commit 1196e90

Please sign in to comment.