summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/debian-legacyrust.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.builds/debian-legacyrust.yml b/.builds/debian-legacyrust.yml
deleted file mode 100644
index 4354d70..0000000
--- a/.builds/debian-legacyrust.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-image: debian/stable
-sources:
- - https://git.sr.ht/~matthiasbeyer/kairos
-packages:
- - curl
- - openssl
-tasks:
- - install: |
- export RUSTUP_TOOLCHAIN="1.32.0"
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- - build: |
- cd kairos
- PATH="$HOME/.cargo/bin:$PATH" cargo build --all
- - test: |
- cd kairos
- PATH="$HOME/.cargo/bin:$PATH" cargo test --all
-