Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 4ecf1744c9b4
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 772759173d36
Choose a head ref
  • 7 commits
  • 4 files changed
  • 5 contributors

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
  3. Copy the full SHA
    f58c31e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Copy the full SHA
    ff004d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52703 from stephengroat/patch-3

    terragrunt: 0.17.3 -> 0.17.4
    Mic92 committed Dec 23, 2018
    Copy the full SHA
    f82ff87 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    044ff3d View commit details
    Browse the repository at this point in the history
  4. 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