aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/local-derivation-goal.cc
AgeCommit message (Expand)Author
2024-10-05libstore: remove Goal::StillAliveeldritch horrors
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-10-01libstore: turn DerivationGoal::work into *one* promiseeldritch horrors
2024-09-29libstore: remove Goal::WaitForWorldeldritch horrors
2024-09-27libstore: replace Goal::WaitForSlot with semaphoreseldritch horrors
2024-09-27libstore: make waiting for a while a promiseeldritch horrors
2024-09-27libstore: turn builder output processing into event loopeldritch horrors
2024-09-26Fix passing custom CA files into the builtin:fetchurl sandboxPuck Meerburg
2024-09-08libstore: turn Worker in a kj event loop usereldritch horrors
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2024-08-25Merge "fix: good errors for failures caused by allowSubstitutes" into mainjade
2024-08-25libstore: diagnose local build failure in goaleldritch horrors
2024-08-23fix: good errors for failures caused by allowSubstitutesJade Lovelace
2024-08-19libstore: make Worker::childStarted privateeldritch horrors
2024-08-19libstore: run childStarted as late as possibleeldritch horrors
2024-08-19libstore: move respect-timeoutiness to goal methodeldritch horrors
2024-08-18libstore: remove DerivationGoal::isReadDesceldritch horrors
2024-08-18libstore: add explicit in-build-slot-ness to goalseldritch horrors
2024-08-13Merge "libutil: Add bindPath function from libstore" into mainArtemis Tosini
2024-08-09libutil: rename and optimize closeMostFDseldritch horrors
2024-08-08Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into mainjade
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-08-08libstore: make Worker status flags privateeldritch horrors
2024-08-08libstore: make Worker::waitForAWhile privateeldritch horrors
2024-08-08libstore: make Worker::waitForBuildSlot privateeldritch horrors
2024-08-07Merge "fix: warn and document when advanced attributes will have no impact du...Maximilian Bosch
2024-08-06libstore: add LocalDerivationGoal setupSyscallFilter hookAlois Wohlschlager
2024-08-03fix: warn and document when advanced attributes will have no impact due to __...Tom Bereknyei
2024-08-02libstore: return finishedness from Goal methodseldritch horrors
2024-07-27libutil: Add bindPath function from libstoreArtemis Tosini
2024-07-26Merge changes I45d3895f,I541be3ea,Ibe51416d into mainalois31
2024-07-25libstore/build: block io_uringAlois Wohlschlager
2024-07-25libstore/build: use an allowlist approach to syscall filteringAlois Wohlschlager
2024-07-25libstore/build: always treat seccomp setup failures as fatalAlois Wohlschlager
2024-07-23tree-wide: NULL -> nullptrJade Lovelace
2024-07-22enable -Werror=suggest-overrideeldritch horrors
2024-07-19Fix namespace warning being emitted if sandbox is disabledWinter
2024-07-15libstore: rewrite narFromPath as generatoreldritch horrors
2024-07-11libutil: rewrite RewritingSink as sourceeldritch horrors
2024-07-07libstore: make LocalDerivationGoal::needsHashRewrite virtualArtemis Tosini
2024-07-06libutil: turn HashModuloSink into a free functioneldritch horrors
2024-07-05libutil: convert readFileSource to a generatoreldritch horrors
2024-07-05libstore: convert dumpPath to a generatoreldritch horrors
2024-07-03libstore: add LocalDerivationGoal startChild hookArtemis Tosini
2024-07-03libstore: Add LocalDerivationGoal prepareSandbox hookArtemis Tosini
2024-06-27store: guess the URL of failing fixed-output derivationsJade Lovelace
2024-06-24Add build-dir setting, clean up default TMPDIR handlingRobert Hensing
2024-06-23libutil: return Pid from startProcess, not pid_teldritch horrors
2024-06-23libutil: give Pid proper resource semanticseldritch horrors