diff options
Diffstat (limited to 'dev/ci/ci-vst.sh')
| -rwxr-xr-x | dev/ci/ci-vst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh index c111951852..27a336d80c 100755 --- a/dev/ci/ci-vst.sh +++ b/dev/ci/ci-vst.sh @@ -10,4 +10,4 @@ git_checkout ${VST_CI_BRANCH} ${VST_CI_GITURL} ${VST_CI_DIR} # Targets are: msl veric floyd # Patch to avoid the upper version limit -( cd ${VST_CI_DIR} && sed -i.bak 's/8.6$/8.6 or-else trunk/' Makefile && make -j ${NJOBS} ) +( cd ${VST_CI_DIR} && sed -i.bak 's/8.6$/8.6 or-else trunk/' Makefile && make ) |
