summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-09-30Update dependenciesMatthias Schiffer
2021-10-25Move main crate to subdirectoryMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer
2021-10-24Split defintions used by both runner and executor into separate crateMatthias Schiffer
2021-10-20container: replace crun with our own minimal container runtimeMatthias Schiffer
2021-10-12context: allow passing host and target arguments when parsing tasksMatthias Schiffer
2021-10-12util: fs: get rid of rm_rf dependencyMatthias Schiffer
2021-10-11Map single UID/GID, not full subid mappingMatthias Schiffer
2021-10-08Switch from SHA256 to Blake3 for task hashesMatthias Schiffer
2021-10-04recipe: used scoped TLS to base recipe name to deserializerMatthias Schiffer
2021-10-02executor: add various toolchain-related variables to the environment by defaultMatthias Schiffer
2021-10-02Update dependenciesMatthias Schiffer
2021-09-23Store task arguments as an enumMatthias Schiffer
2021-09-19Add template engine to evaluate task commandsMatthias Schiffer
2021-09-09Update dependenciesMatthias Schiffer
2021-09-06Use rm_rf crate instead of remove_dir_all()Matthias Schiffer
2021-09-01Update dependenciesMatthias Schiffer
2021-07-25build: set opt-level = 2 for dependenciesMatthias Schiffer
2021-07-17main: pass goals on commandlineMatthias Schiffer
2021-07-16Update dependenciesMatthias Schiffer
2021-06-21executor: calculate input hashMatthias Schiffer
2021-06-20executor: generate and print task output informationMatthias Schiffer
2021-06-20runc: add output hashingMatthias Schiffer
2021-06-19unshare: use nix types for BUILD_UID/BUILD_GIDMatthias Schiffer
2021-04-01Update dependenciesMatthias Schiffer
2021-04-01Switch to upstream ipc-channelMatthias Schiffer
2021-02-07runc: embed default specMatthias Schiffer
2021-02-07runc: run commands in runc containersMatthias Schiffer
2021-02-06Remove unused dependency scopeguardMatthias Schiffer
2021-02-06Unpack rootfs into tmpfs in runc namespaceMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-01-31Cargo.toml: add licenseMatthias Schiffer
2021-01-31Unshare/subuid handlingMatthias Schiffer
2021-01-30runner: run commands in buildah containersMatthias Schiffer
2021-01-26Rewrite dependency resolution to reuse solutionsMatthias Schiffer
2021-01-24Read tasks from filesMatthias Schiffer
2021-01-24Initial task queueMatthias Schiffer