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 /.builds/x86_64.yml | |
| parent | 815376498e5c367001c23320c9823141455c1b98 (diff) | |
move srht manifest into .builds
Diffstat (limited to '.builds/x86_64.yml')
| -rw-r--r-- | .builds/x86_64.yml | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
