Nix/src/libstore/build
John Ericson 9f39dda66c Fix building CA derivations with and eval store
I don't love the way this code looks. There are two larger problems:

- eval, build/scratch, destination stores (#5025) should have different
  types to reflect the fact that they are used for different purposes
  and those purposes correspond to different operations. It should be
  impossible to "use the wrong store" in my cases.

- Since drvs can end up in both the eval and build/scratch store, we
  should have some sort of union/layered store (not on the file sytem
  level, just conceptual level) that allows accessing both. This would
  get rid of the ugly "check both" boilerplate in this PR.

Still, it might be better to land this now / soon after minimal cleanup,
so we have a concrete idea of what problem better abstractions are
supposed to solve.
2023-12-11 12:17:36 -05:00
..
child.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
child.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
derivation-goal.cc Fix building CA derivations with and eval store 2023-12-11 12:17:36 -05:00
derivation-goal.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00
drv-output-substitution-goal.cc Fix crash/hang with CA derivations 2023-03-08 11:09:15 +01:00
drv-output-substitution-goal.hh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
entry-points.cc refactor Store::buildPaths: convert to string earlier 2023-11-20 13:11:58 +01:00
goal.cc Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
goal.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00
hook-instance.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
hook-instance.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
local-derivation-goal.cc Renamed HashFormat::Base32 to HashFormat::Nix32 2023-12-06 23:43:42 +01:00
local-derivation-goal.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
personality.cc Also set the PER_LINUX32 personality flag on armv5tel-linux 2023-06-02 03:04:13 -06:00
personality.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
sandbox-defaults.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-minimal.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-network.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
substitution-goal.cc max-substitution-jobs release note entry 2023-05-14 09:51:11 +01:00
substitution-goal.hh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
worker.cc HashType: Rename to HashAlgorithm 2023-12-06 23:43:42 +01:00
worker.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00