1. 01 5月, 2019 1 次提交
    • GOCC implementation & fix in make & build scripts · f31dd2aa
      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: 's avatarChris Buesser <christopher.buesser@gmail.com>
      Christopher Buesser 提交于
  2. 24 4月, 2019 1 次提交
  3. 23 4月, 2019 9 次提交
  4. 21 4月, 2019 2 次提交
  5. 20 4月, 2019 1 次提交
  6. 19 4月, 2019 5 次提交
  7. 18 4月, 2019 6 次提交
  8. 17 4月, 2019 15 次提交