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: 60a52761bf70
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 02fff4699cb7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 7, 2018

  1. sit: fix tests on aarch64

    As we found out in #40032, sit tests won't pass on
    aarch64. The problem seems to be related to
    `create_dir` not returning an error if the directory
    already exists, happening specifically on aarch64+debug
    (not aarch64+release)
    
    This update injects a patch for tests that will also
    be included in subsequent versions of SIT.
    yrashk committed May 7, 2018
    Copy the full SHA
    783d547 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40143 from yrashk/sit-0.3.2-aarch64

    sit: fix tests on aarch64
    xeji committed May 7, 2018
    Copy the full SHA
    02fff46 View commit details
    Browse the repository at this point in the history