diff options
Diffstat (limited to 'manifest_srht.yaml')
| -rw-r--r-- | manifest_srht.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest_srht.yaml b/manifest_srht.yaml new file mode 100644 index 0000000..02f5bd6 --- /dev/null +++ b/manifest_srht.yaml @@ -0,0 +1,23 @@ +image: archlinux +packages: + - mtools + - rustup + - nasm + - grub + - libisoburn + +sources: + - https://git.sr.ht/~shrik3/rustubs +tasks: + - setup: | + cd rustubs + rustup default nightly + rustup component add rust-src + cargo install cargo-xbuild + - build: | + cd rustubs + mkdir build + make + +artifacts: + - rustubs/bootdisk.iso |
