1. 17 May, 2019 1 commit
    • 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
  2. 01 May, 2019 1 commit
    • Christopher Buesser's avatar
      GOCC implementation & fix in make & build scripts · f31dd2aa
      Christopher Buesser authored
      The usage of a native 'go' command has been replaced with a make &
      environment variable $GOCC. This enables building with multiple go
      versions on a single machine as documented:
        * https://golang.org/doc/install#extra_versions
      
      This enables the usage of:
      ```bash
      $ make install
      $ # OR
      $ GOCC=go1.12.3 make install
      $ # OR
      $ GOCC=go1.12.4 make install
      ```
      And the build and test tools now pick up on this change
      
       On branch go-version-check
       Changes to be committed:
      	modified:   Rules.mk
      	modified:   bin/check_go_version
      	modified:   bin/dist_get
      	modified:   bin/maketarball.sh
      	modified:   coverage/Rules.mk
      	modified:   mk/golang.mk
      	modified:   mk/tarball.mk
      License: MIT
      Signed-off-by: default avatarChris Buesser <christopher.buesser@gmail.com>
      f31dd2aa
  3. 13 Mar, 2019 1 commit
  4. 19 Dec, 2018 1 commit
  5. 02 Nov, 2018 1 commit
  6. 09 Oct, 2018 1 commit
  7. 05 Apr, 2018 1 commit