Skip to content

Commit

Permalink
remove socket folder (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored Oct 9, 2024
1 parent 34593af commit 3e44570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion inox
3 changes: 0 additions & 3 deletions stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ SKIP_TESTS=false
ROOT_DIR=$PWD
SBT_TEMP=$ROOT_DIR/sbt-temp
mkdir -p $SBT_TEMP
BLOODY_SOCKET_DIR=/var/tmp/stnlsci-$RANDOM
export JAVA_OPTS="-Djava.io.tmpdir=$BLOODY_SOCKET_DIR"
SBT_DIR=$ROOT_DIR/temp # make better later
SBT=${SBT_DIR}/sbt/bin/sbt

Expand Down Expand Up @@ -162,7 +160,6 @@ fi
if [ "$SKIP_BOLTS" = true ]; then
echo "************** Skipping Bolts tests **************"
else
unset JAVA_OPTS
if [ -z "$BOLTS_DIR" ]; then
bash bin/external-tests.sh --skip-build
else
Expand Down

0 comments on commit 3e44570

Please sign in to comment.