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/nix
base: c9d32767532c
Choose a base ref
...
head repository: NixOS/nix
compare: c32168c9bc16
Choose a head ref
  • 9 commits
  • 16 files changed
  • 2 contributors

Commits on Feb 22, 2021

  1. Copy the full SHA
    35205e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Make the build-hook work with ca derivations

    - Pass it the name of the outputs rather than their output paths (as
      these don't exist for ca derivations)
    - Get the built output paths from the remote builder
    - Register the new received realisations
    thufschmitt committed Feb 23, 2021
    Copy the full SHA
    6fbf3fe View commit details
    Browse the repository at this point in the history
  2. LocalStore: Send back the new realisations

    To allow it to build ca derivations remotely
    thufschmitt committed Feb 23, 2021
    Copy the full SHA
    5687564 View commit details
    Browse the repository at this point in the history
  3. LegacySSHStore: Send back the new realisations

    To allow it to build ca derivations remotely
    thufschmitt committed Feb 23, 2021
    2
    Copy the full SHA
    a2b6966 View commit details
    Browse the repository at this point in the history
  4. RemoteStore: Send back the new realisations

    To allow it to build ca derivations remotely
    thufschmitt committed Feb 23, 2021
    3
    Copy the full SHA
    27b5747 View commit details
    Browse the repository at this point in the history
  5. Also send ca outputs to the build hook

    Otherwise they don't get registered, triggering an assertion failure
    at some point later
    thufschmitt committed Feb 23, 2021
    Copy the full SHA
    8c385d1 View commit details
    Browse the repository at this point in the history
  6. build-remote: Always register the missing outputs

    It's possible that all the paths are already there, but just not
    associated to the current drv output
    thufschmitt committed Feb 23, 2021
    Copy the full SHA
    69666b9 View commit details
    Browse the repository at this point in the history
  7. Properly bypass the registering step when all outputs are present

    There was already some logic for that, but it didn't handle the case of
    content-addressed outputs, so extend it a bit for that
    thufschmitt committed Feb 23, 2021
    Copy the full SHA
    527da73 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c32168c View commit details
    Browse the repository at this point in the history