Skip to content

Commit

Permalink
Disable virtual threads on CI tests [ci slip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 30, 2024
1 parent 80395a6 commit 69d07db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ X_PULL_REQUEST=${TRAVIS_PULL_REQUEST:-false}
[[ $GITHUB_REF ]] && X_BRANCH=$(echo $GITHUB_REF | awk '{n=split($1,A,"/"); print A[n]}')
[[ $GITHUB_EVENT_NAME == pull_request ]] && X_PULL_REQUEST=true

if [ "$TEST_JDK" -ge 19 ]; then
export NXF_ENABLE_VIRTUAL_THREADS=true
fi

export WITH_DOCKER='-with-docker'
export NXF_PLUGINS_DIR=$PWD/build/plugins
export NXF_CMD=$PWD/nextflow;
Expand Down

0 comments on commit 69d07db

Please sign in to comment.