From 3a8565b9f1f572056902f3302d71f42693d57cf2 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 27 Jun 2023 09:01:10 -0400 Subject: [PATCH] build packages fix --- .builds/void.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.builds/void.yml b/.builds/void.yml index 6d65c94..70e33ba 100644 --- a/.builds/void.yml +++ b/.builds/void.yml @@ -7,6 +7,10 @@ sources: - https://git.e3t.cc/~core/trifid tasks: - archive: | + curl https://sh.rustup.rs -sSf | sh -s -- -y + source ~/.cargo/env + rustup target add x86_64-unknown-linux-musl + cd /home/build/trifid describe=$(git describe) @@ -25,6 +29,7 @@ tasks: echo "project=$project" >> ~/.buildenv echo "pkgver=$pkgver" >> ~/.buildenv - build: | + source ~/.cargo/env cd /home/build/trifid/packages/void_amd64_$project - ./build.sh + ./build.sh /home/build/trifid $pkgver sha256sum *.xbps