lix/src/libstore/build
Eelco Dolstra 8a29052cb2 PathSubstitutionGoal: Clean up pipe
If there were many top-level goals (which are not destroyed until the
very end), commands like

  $ nix copy --to 'ssh://localhost?remote-store=/tmp/nix' \
    /run/current-system --no-check-sigs --substitute-on-destination

could fail with "Too many open files". So now we do some explicit
cleanup from amDone(). It would be cleaner to separate goals from
their temporary internal state, but that would be a bigger refactor.
2021-04-07 12:21:31 +02:00
..
derivation-goal.cc Rename Buildable 2021-04-05 09:52:25 -04:00
derivation-goal.hh Properly sign the unresolved drvs 2021-03-15 16:35:17 +01:00
drv-output-substitution-goal.cc Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
drv-output-substitution-goal.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
entry-points.cc Rename Buildable 2021-04-05 09:52:25 -04:00
goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
hook-instance.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
hook-instance.hh Trim hook-instance.hh 2020-10-12 17:16:13 +00:00
local-derivation-goal.cc Rename Buildable 2021-04-05 09:52:25 -04:00
local-derivation-goal.hh Rename Buildable 2021-04-05 09:52:25 -04:00
substitution-goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
substitution-goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00