diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-01 16:51:23 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:37 +0200 |
| commit | e0ab81971bf1bcc5656a3911bb4fb1690834a282 (patch) | |
| tree | 36649719d455c9bf9a11b24463a9ad200b03df2e /manifest_srht.yaml | |
| parent | 815376498e5c367001c23320c9823141455c1b98 (diff) | |
move srht manifest into .builds
Diffstat (limited to 'manifest_srht.yaml')
| -rw-r--r-- | manifest_srht.yaml | 23 |
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 |
