• Steven Allen's avatar
    fix vendoring dependencies when building the source tarball · 8d857bab
    Steven Allen authored
    TMPDIR is a special variable indicating the _system_ temporary directory root.
    Unfortunately, go refuses to honor `go.mod` files in this directory to prevent
    random `/tmp/go.mod` files from messing with modules cloned into `/tmp`.
    
    The fix is simple: rename TMPDIR to TEMP.
    8d857bab
maketarball.sh 541 Bytes