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: 044ff3dc6632
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 772759173d36
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 22, 2018

  1. nixos/release-combined.nix: Adds missing aarch64 constituents

    This will block channel advancing, even if it is limited support.
    samueldr committed Dec 22, 2018
    Copy the full SHA
    16316a1 View commit details
    Browse the repository at this point in the history
  2. nixos/release-combined.nix: makes aarch64-linux limited support

    This is because it will not eval properly with `hydra-eval-jobs`.
    
    ```
    $ ...hydra/result/bin/hydra-eval-jobs \
        --arg nixpkgs '{ outPath = ./.; revCount = 123; shortRev = "4567"; }' \
        -I "$PWD" \
        nixos/release-combined.nix
    ```
    
    It fails with:
    
    ```
    Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
    ```
    samueldr committed Dec 22, 2018
    Copy the full SHA
    1bfe8f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Merge pull request #52721 from samueldr/aarch64/limited-support

    Fixes eval issues in hydra by setting AArch64 as limited support
    samueldr committed Dec 23, 2018
    Copy the full SHA
    7727591 View commit details
    Browse the repository at this point in the history