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: 10d60f7fae0a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 649b8e1f0fd1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 18, 2020

  1. nixos/release-combined.nix: fix eval for aarch64

    The release-20.03-aarch64 jobset on hydra only evals for aarch64, so the
    x86_64 jobs do not exists. We need to make sure that the tested job only
    aggregates jobs that actually exist.
    
    This commit solves the issue by generating the tested job constituents
    names based on the supported systems.
    bennofs committed Mar 18, 2020
    Copy the full SHA
    6d73360 View commit details
    Browse the repository at this point in the history
  2. nixos/release-combined.nix: fix tested for aarch64

    This removes tests from the tested aggregate on aarch64 which are not
    available for that platform.
    bennofs committed Mar 18, 2020
    Copy the full SHA
    c5a9ee8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge pull request #82886 from bennofs/fix-nixos-aarch64-eval

    Fix evaluation of release-20.03-aarch64 jobset
    worldofpeace committed Apr 6, 2020
    Copy the full SHA
    649b8e1 View commit details
    Browse the repository at this point in the history