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/hydra
base: 869671e55630
Choose a base ref
...
head repository: NixOS/hydra
compare: 79d34ed7c93a
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 26, 2020

  1. flake.lock: Update

    Flake input changes:
    
    * Updated 'nix': 'github:NixOS/nix/2a8017092025a7c108ca1a829a8b4f0bcf7ee2c0' -> 'github:NixOS/nix/8b4a542d1767e0df7b3c0902b766f34352cb0958'
    * Updated 'nix/lowdown-src': 'github:edolstra/lowdown/c7a4e715af1e233080842db82d15b261cb74cb28' -> 'github:kristapsdz/lowdown/1705b4a26fbf065d9574dce47a94e8c7c79e052f'
    * Updated 'nixpkgs': 'github:NixOS/nixpkgs/252bfe0107587d40092057f338e9ffcf7bbd90cb' -> 'github:NixOS/nixpkgs/5659cb448e9b615d642c5fe52779c2223e72f7eb'
    Ma27 committed Sep 26, 2020
    Copy the full SHA
    2394140 View commit details
    Browse the repository at this point in the history
  2. Fix build with latest Nix

    Recently a few internal APIs have changed[1]. The `outputPaths` function
    has been removed and a lot of data structures are modeled with
    `std::optional` which broke compilation.
    
    This patch updates the code in `hydra-queue-runner` accordingly to make
    sure that Hydra compiles again.
    
    [1] NixOS/nix#3883
    Ma27 committed Sep 26, 2020
    Copy the full SHA
    9cc76f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Copy the full SHA
    bea7c25 View commit details
    Browse the repository at this point in the history
  2. flake.lock: Update

    Flake input changes:
    
    * Updated 'nix': 'github:NixOS/nix/8b4a542d1767e0df7b3c0902b766f34352cb0958' -> 'github:NixOS/nix/20a7d8d23a19530207378fc74ddd558232240f43'
    * Updated 'nix/nixpkgs': 'github:NixOS/nixpkgs/70717a337f7ae4e486ba71a500367cad697e5f09' -> 'github:NixOS/nixpkgs/3a10a004bb5802d5f23c58886722e4239705e733'
    edolstra committed Oct 18, 2020
    Copy the full SHA
    deb9b68 View commit details
    Browse the repository at this point in the history
  3. Fix build

    edolstra committed Oct 18, 2020
    Copy the full SHA
    6cd2bb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Fix localhost builds

    edolstra committed Oct 20, 2020
    Copy the full SHA
    4e05acc View commit details
    Browse the repository at this point in the history
  2. Remove nix from hydra-perl-deps

    Also add nix to passthru. This makes it easier to override nix in 'nix
    develop', e.g.
    
      $ nix develop \
        --redirect .#hydraJobs.build.x86_64-linux.nix ~/Dev/nix/outputs/out \
        --redirect .#hydraJobs.build.x86_64-linux.nix.dev ~/Dev/nix/outputs/dev
    edolstra committed Oct 20, 2020
    Copy the full SHA
    338d946 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    90a2f8e View commit details
    Browse the repository at this point in the history
  4. flake.lock: Update

    Flake input changes:
    
    * Updated 'nix': 'github:NixOS/nix/20a7d8d23a19530207378fc74ddd558232240f43' -> 'github:NixOS/nix/e0ca98c2071b815578470e280df8fdb750c7e23b'
    * Updated 'nix/nixpkgs': 'github:NixOS/nixpkgs/3a10a004bb5802d5f23c58886722e4239705e733' -> 'github:NixOS/nixpkgs/ad0d20345219790533ebe06571f82ed6b034db31'
    * Updated 'nixpkgs': 'github:NixOS/nixpkgs/5659cb448e9b615d642c5fe52779c2223e72f7eb' -> follows 'nix/nixpkgs'
    edolstra committed Oct 20, 2020
    Copy the full SHA
    94d696d View commit details
    Browse the repository at this point in the history
  5. Follow nix/nixpkgs

    edolstra committed Oct 20, 2020
    Copy the full SHA
    79d34ed View commit details
    Browse the repository at this point in the history