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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a423c3a90a4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1d2f410c77a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 23, 2017

  1. release-cross: Be less absurd in ensureUnaffected tests

    We need to at least used a valid 4-part LLVM target "triple" and
    libc.
    Ericson2314 committed May 23, 2017
    Copy the full SHA
    df08178 View commit details
  2. Merge pull request #26013 from obsidiansystems/release-cross

    release-cross: Be less absurd in `ensureUnaffected` tests
    Ericson2314 authored May 23, 2017
    Copy the full SHA
    b1d2f41 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/top-level/release-cross.nix
4 changes: 2 additions & 2 deletions pkgs/top-level/release-cross.nix
Original file line number Diff line number Diff line change
@@ -59,8 +59,8 @@ in
# there probably a good idea to try to be "more parametric" --- i.e. avoid
# any special casing.
crossSystem = {
config = "foosys";
libc = "foolibc";
config = "mips64el-apple-windows-gnu";
libc = "glibc";
};

# Converting to a string (drv path) before checking equality is probably a