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: 0c10431e4b4d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 21c657cd5992
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 1, 2019

  1. buildGoModule: disable consult the checksum database on build

    Since Go 1.13, `GOSUMDB` defaults to "sum.golang.org", to consult the
    checksum database of the main module's go.sum.
    
    We already use the default behavior when building `go-modules`, but Go
    tries to consult the checksum database again when building the module,
    and fails because since it requires `cacert` and `git` which are not
    propagated when building the package.
    marsam committed Dec 1, 2019
    Copy the full SHA
    c5733e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge pull request #74811 from marsam/buildGoModule-disable-goproxy-o…

    …n-package-build
    
    buildGoModule: disable consult the checksum database on build
    marsam committed Dec 7, 2019
    Copy the full SHA
    21c657c View commit details
    Browse the repository at this point in the history