diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-01 16:25:10 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:37 +0200 |
| commit | 779706a3a7e6349e8a4102d8196492dfeb2d9ad8 (patch) | |
| tree | ddb449688f951d74dd8064772ae7b5ec82f8d4dd | |
| parent | 1aa8c0709691027dc011337f5e40933f2e1bbfbb (diff) | |
add manifest
| -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 |
