index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
derivation-goal.cc
Age
Commit message (
Expand
)
Author
2021-09-27
Don't copy in rethrow
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-02
Don’t create lockfiles with an invalid path name
regnat
2021-07-22
Remove redundant RealisedPath::closure() call
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-20
Properly lock the builds of CA derivations
regnat
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-06-24
Make the post-build-hook also run for unresolved CA derivations
regnat
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
2021-05-26
Aso track the output path of the realisation dependencies
regnat
2021-05-26
Properly track the drvoutput references when building
regnat
2021-04-22
Always register the realisations of input-addressed drvs
regnat
2021-04-19
Include sys/wait.h everywhere WIFEXITED etc is used
Alyssa Ross
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-15
Merge pull request #4587 from obsidiansystems/derivation-goal-detect-invalid-...
Eelco Dolstra
2021-03-15
Properly sign the unresolved drvs
regnat
2021-03-01
Fix bad wanted output error as requested
John Ericson
2021-03-01
Allow substituting drv outputs when building
regnat
2021-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2021-02-28
Throw error for derivation goal with bogus wanted output
John Ericson
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-26
Merge pull request #4477 from NixOS/ca/build-remote
Eelco Dolstra
2021-02-26
Update src/libstore/build/derivation-goal.cc
Eelco Dolstra
2021-02-26
Use std::make_unique
Eelco Dolstra
2021-02-23
Make `DerivationGoal::drv` a full Derivation
regnat
2021-02-23
Properly bypass the registering step when all outputs are present
regnat
2021-02-23
Also send ca outputs to the build hook
regnat
2021-02-23
Make the build-hook work with ca derivations
regnat
2021-02-19
Store the output hashes in the initialOutputs of the drv goal
regnat
2021-02-19
Register the realisations for unresolved drvs
regnat
2021-02-05
Add more instrumentation for #4270
Eelco Dolstra
2021-02-05
Add a trace to readLine() failures
Eelco Dolstra
2021-01-29
Merge pull request #4461 from NixOS/ca/error-logging-fixes
Eelco Dolstra
2021-01-26
Fix the error message when a dep is missing
regnat
2021-01-25
Tell user to run 'nix log' to get full build logs
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-22
Apply suggestions from code review
John Ericson
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Merge remote-tracking branch 'upstream/master' into non-local-store-build
John Ericson
2021-01-13
Merge pull request #4444 from matthewbauer/unset-curproc-arch-affinity
Eelco Dolstra
2021-01-13
Remove a redundant condition in DerivationGoal::tryLocalBuild()
Rickard Nilsson
2021-01-11
Set kern.curproc_arch_affinity=0 to escape Rosetta
Matthew Bauer
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-06
Merge pull request #4310 from matthewbauer/rosetta2-extra-platforms
Eelco Dolstra
2020-12-23
Test nix-build with non-local-store --store
John Ericson
2020-12-23
Crudely make worker only provide a Store, not LocalStore
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
[next]