Skip to content

Commit

Permalink
bazel needs a lot of space
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 11, 2020
1 parent 4225376 commit 7a1b908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin
set -xe
umask 022

BUILD_TMPDIR=/dev/shm/$PKG-$VERSION-$BUILD.build.tmp
BUILD_TMPDIR=/scratch/local2/$PKG-$VERSION-$BUILD.build.tmp
test -d $BUILD_TMPDIR && ( chmod -R u+rwx $BUILD_TMPDIR || true ; rm -rf $BUILD_TMPDIR )
mkdir -p $BUILD_TMPDIR/home
export TMPDIR=$BUILD_TMPDIR
Expand Down

0 comments on commit 7a1b908

Please sign in to comment.