Skip to content

Commit

Permalink
use workspace/tmp as tmp java dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 29, 2024
1 parent dc14b1d commit 3d82e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/start-slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ if [ "${JAVA}" = "" ] ; then
if [ "${JAVA}" = "" ] ; then JAVA="java"; fi
fi
ssh $SSH_OPTS $TARGET "${pre_cmd} ${JAVA} ${EXTRA_JAVA_ARGS} \
-Djava.io.tmpdir=$WORKSPACE/tmp \
-Djdk.reflect.useDirectMethodHandle=false \
--add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/java.lang.reflect=ALL-UNNAMED \
Expand Down

0 comments on commit 3d82e8c

Please sign in to comment.