You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mktemp solves two issues:
- it allows running multiple instances of update.sh in parallel. For
example, someone might have two separate checkouts of the playground
and intent to build them with different versions of Go. They might run
both instances of update.sh in parallel to save time.
- it works correctly when someone has set their TMPDIR to something
other than /tmp
0 commit comments