aboutsummaryrefslogtreecommitdiff
path: root/src/build-remote
AgeCommit message (Expand)Author
2023-06-19Put worker protocol items inside a `WorkerProto` structJohn Ericson
2023-05-08Split comment, match with each variableJohn Ericson
2023-05-08Apply suggestions from code reviewJohn Ericson
2023-04-17Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2023-04-17Use `buildPathsWithResults` in build-remote.cc trustless pathJohn Ericson
2023-04-17Improve the build remote comment.John Ericson
2023-04-15Introduce `SingleDrvOutputs`John Ericson
2023-04-07Fix it!John Ericson
2023-04-07Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-07build-remote: store maxBuildJobs before forcing it to 1Yorick van Pelt
2023-02-06build-remote: don't warn when all local build slots are takenYorick van Pelt
2022-11-04build-remote: Add brackets to error messagePatrick Jackson
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-01Move `BuildResult` defintion to its own headerJohn Ericson
2022-02-28Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2021-10-27build-remote: Implicitly add the 'builtin' system type to all machinesEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-14Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-06-21Fix the remote build of CA derivationsregnat
2021-02-27Merge branch 'restore-test-build-remote-ca-fixed' into trustless-remote-build...John Ericson
2021-02-26Merge pull request #4477 from NixOS/ca/build-remoteEelco Dolstra
2021-02-26Simplify the case where the drv is a purely input-addressed oneregnat
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-24Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-23build-remote: Always register the missing outputsregnat
2021-02-23Make the build-hook work with ca derivationsregnat
2021-02-12Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-25Merge pull request #4467 from edolstra/error-formattingEelco Dolstra
2021-01-22Make regular `copyPaths` only copy againJohn Ericson
2021-01-22Apply suggestions from code reviewJohn Ericson
2021-01-21Improve error formattingEelco Dolstra
2020-12-23build-remote no longer requires local store be localJohn Ericson
2020-12-20Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-...John Ericson
2020-12-01Lower verbosity for 'Failed to find a machine' messageEelco Dolstra
2020-10-12Merge branch 'master' of github.com:NixOS/nix into trustless-remote-builder-s...John Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-08-14Trustless remote buildingJohn Ericson
2020-08-12Make `system-features` a store settingJohn Ericson
2020-08-11demote remote build message to InfoBen Burdette
2020-08-05don't crash if there's no drvPathBen Burdette
2020-08-05add derivation path to hintBen Burdette
2020-08-05error messages for issue 2238Ben Burdette