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: 2c43ad24986a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3af2eb207267
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 19, 2018

  1. nixos/tests/containers-imperative: fix on i686 (#46874)

    Test failed on i686 in a sandbox because some packages required
    to build the nixos manual for the container were missing. Add them.
    
    (cherry picked from commit daf40ab)
    xeji committed Sep 19, 2018
    Copy the full SHA
    842b905 View commit details
    Browse the repository at this point in the history
  2. nixos/tests/hibernate: prevent non-deterministic failure (#46882)

    ... that occurred mostly on i686. Improve timing.
    With this, the failures are no longer reproducible on my machine.
    
    (cherry picked from commit beb8ca2)
    xeji committed Sep 19, 2018
    Copy the full SHA
    d5d36e5 View commit details
    Browse the repository at this point in the history
  3. exempi: fix i686 build (#46884)

    failed with `unknown symbol __divmoddi4`.
    Standard fix is to use gcc6.
    
    (cherry picked from commit d57c9ec)
    xeji committed Sep 19, 2018
    Copy the full SHA
    3af2eb2 View commit details
    Browse the repository at this point in the history