diff options
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 |
