index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
Age
Commit message (
Expand
)
Author
2021-02-26
Remove temporary `#if 0...#endif` from previous commit
John Ericson
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-26
Copy {,local-}derivation-goal.{cc,h}
John Ericson
2021-02-26
Merge pull request #4477 from NixOS/ca/build-remote
Eelco Dolstra
2021-02-26
Simplify the case where the drv is a purely input-addressed one
regnat
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
LocalStore: Send back the new realisations
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
Make public keys and `requireSigs` local-store specific again
John Ericson
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
Expose schedule entrypoints to all stores
John Ericson
2020-12-23
Crudely make worker only provide a Store, not LocalStore
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Restrict the operations on drv outputs in recursive Nix
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Rework the db schema for derivation outputs
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-09
Store the final drv outputs in memory when building remotely
regnat
2020-12-09
Revert "Re-query for the derivation outputs in the post-build-hook"
regnat
2020-12-08
Re-query for the derivation outputs in the post-build-hook
regnat
2020-12-03
Use posix_spawn_setbinpref_np to advise which architecture to run
Matthew Bauer
2020-12-03
Don't fail early when -j0 is passed
regnat
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-12-01
Merge pull request #4284 from tweag/fixed-output-depending-on-ca
Eelco Dolstra
2020-12-01
shut up clang warnings
regnat
2020-12-01
Move primeCache() to Worker::run()
Eelco Dolstra
2020-11-27
Allow fixed-output derivations to depend on (floating) content-addressed ones
regnat
2020-11-25
fix the hash rewriting for ca-derivations
regnat
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-10-31
Restore RestrictedStore.addToStoreFromDump implementation
Robert Hensing
[prev]
[next]