aboutsummaryrefslogtreecommitdiff
path: root/manifest_srht.yaml
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-02-01 16:51:23 +0100
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:13:37 +0200
commite0ab81971bf1bcc5656a3911bb4fb1690834a282 (patch)
tree36649719d455c9bf9a11b24463a9ad200b03df2e /manifest_srht.yaml
parent815376498e5c367001c23320c9823141455c1b98 (diff)
move srht manifest into .builds
Diffstat (limited to 'manifest_srht.yaml')
-rw-r--r--manifest_srht.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/manifest_srht.yaml b/manifest_srht.yaml
deleted file mode 100644
index 02f5bd6..0000000
--- a/manifest_srht.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-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