Skip to content

Commit

Permalink
Provide a default value for TMPDIR in the case none is given
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael De La Rue authored and pascalbreuninger committed Jan 7, 2025
1 parent 450a83a commit d20ef1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e

if [[ -z "${TMPDIR}" ]]; then
TMPDIR="/tmp"
fi

if [[ -z "${BUILD_PLATFORMS}" ]]; then
BUILD_PLATFORMS="linux windows darwin"
fi
Expand Down

0 comments on commit d20ef1b

Please sign in to comment.