From e0ab81971bf1bcc5656a3911bb4fb1690834a282 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 16:51:23 +0100 Subject: move srht manifest into .builds --- .builds/x86_64.yml | 23 +++++++++++++++++++++++ manifest_srht.yaml | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 .builds/x86_64.yml delete mode 100644 manifest_srht.yaml diff --git a/.builds/x86_64.yml b/.builds/x86_64.yml new file mode 100644 index 0000000..02f5bd6 --- /dev/null +++ b/.builds/x86_64.yml @@ -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 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 -- cgit v1.2.3-70-g09d2