aboutsummaryrefslogtreecommitdiff
path: root/manifest_srht.yaml
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-02-01 16:25:10 +0100
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:13:37 +0200
commit779706a3a7e6349e8a4102d8196492dfeb2d9ad8 (patch)
treeddb449688f951d74dd8064772ae7b5ec82f8d4dd /manifest_srht.yaml
parent1aa8c0709691027dc011337f5e40933f2e1bbfbb (diff)
add manifest
Diffstat (limited to 'manifest_srht.yaml')
-rw-r--r--manifest_srht.yaml23
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