about summary refs log tree commit diff stats
path: root/.builds
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-01-31 13:20:50 -0600
committerRen Kararou <[email protected]>2025-01-31 13:20:50 -0600
commitf02932abbb29ccfc5f4ea4c540bc8d6a46cba1de (patch)
tree0473b4af0eb037bc25abea0152aac2707dd0566e /.builds
parentae54c5df759e69f7d70dc19476359ceb1796fec7 (diff)
downloadlibspicy-f02932abbb29ccfc5f4ea4c540bc8d6a46cba1de.tar.gz
libspicy-f02932abbb29ccfc5f4ea4c540bc8d6a46cba1de.tar.bz2
libspicy-f02932abbb29ccfc5f4ea4c540bc8d6a46cba1de.zip
add rust build integration
Diffstat (limited to '.builds')
-rw-r--r--.builds/arch.yml1
-rw-r--r--.builds/freebsd.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/arch.yml b/.builds/arch.yml
index 8414884..4007307 100644
--- a/.builds/arch.yml
+++ b/.builds/arch.yml
@@ -3,6 +3,7 @@ packages:
   - base-devel
   - llvm
   - clang
+  - rust
 sources:
   - https://git.sr.ht/~spicywolf/libspicy
 triggers:
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index ec54f40..ad96f2d 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -1,6 +1,7 @@
 image: freebsd/latest
 packages:
   - gmake
+  - rust
 sources:
   - https://git.sr.ht/~spicywolf/libspicy
 triggers: