Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c7e1fde9dc0f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e18646b7e3db
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 12, 2019

  1. buildGoModule: remove cached lookup results and tiles

    Since GO 1.13, the go command caches the lookup results and tiles in
    $GOPATH[1], hence making the module directory non-deterministic.
    
    Use the `-f` flag when removing /sumdb, for compatibility with Go 1.12
    because in that version does not exists that directory.
    
    [1] https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#command-client
    marsam committed Oct 12, 2019
    Copy the full SHA
    589d4ff View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Merge pull request #71049 from marsam/buildGoModule-disable-goproxy

    buildGoModule: disable default go module proxy
    marsam committed Oct 20, 2019
    Copy the full SHA
    e18646b View commit details
    Browse the repository at this point in the history