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/nix
base: 073650db019b
Choose a base ref
...
head repository: NixOS/nix
compare: db34445c5e4d
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 13, 2020

  1. Remove the tarball job

    Source tarballs are not very useful anymore. People who want to build
    from source can also just build from the Git repository. Once upon a
    time, the source tarball also saved users from needing a few
    dependencies (e.g. bison and flex) but those are dwarfed by the other
    dependencies, so it's no longer worth it.
    
    Note: the release script should be updated to copy the vendoredCrates
    tarball.
    edolstra committed Mar 13, 2020
    Copy the full SHA
    7c39201 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3410 from edolstra/no-tarball

    Remove the tarball job
    edolstra committed Mar 13, 2020
    Copy the full SHA
    a692f90 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e1abf4 View commit details
    Browse the repository at this point in the history
  4. Build vendoredCrates in the overlay

    This makes it build on non-x86_64-linux systems (needed in GitHub
    actions).
    edolstra committed Mar 13, 2020
    Copy the full SHA
    db34445 View commit details
    Browse the repository at this point in the history