From 779706a3a7e6349e8a4102d8196492dfeb2d9ad8 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 16:25:10 +0100 Subject: add manifest --- manifest_srht.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 manifest_srht.yaml 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 -- cgit v1.2.3-70-g09d2