lix/src/libstore/build
regnat c87267c2a4 Store the final drv outputs in memory when building remotely
The `DerivationGoal` has a variable storing the “final” derivation
output paths that is used (amongst other things) to fill the environment
for the post build hook. However this variable wasn't set when the
build-hook is used, causing a crash when both hooks are used together.

Fix this by setting this variable (from the informations in the db) after a run
of the post build hook.
2020-12-09 10:45:12 +01:00
..
derivation-goal.cc Store the final drv outputs in memory when building remotely 2020-12-09 10:45:12 +01:00
derivation-goal.hh Move primeCache() to Worker::run() 2020-12-01 13:44:48 +01:00
goal.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
goal.hh shut up clang warnings 2020-12-01 15:04:03 +01: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-store-build.cc Move primeCache() to Worker::run() 2020-12-01 13:44:48 +01:00
substitution-goal.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
substitution-goal.hh Move primeCache() to Worker::run() 2020-12-01 13:44:48 +01:00
worker.cc Don't fail early when -j0 is passed 2020-12-03 13:24:36 +01:00
worker.hh shut up clang warnings 2020-12-01 15:04:03 +01:00