1.4.0
Some checks failed
Run CI/CD... / main (push) Failing after 16m30s

This commit is contained in:
Your Name 2025-02-10 22:23:59 +00:00
parent 596e987e77
commit e4cbf03f49
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,2 @@
sources: sources:
arti-arti-v1.3.0.tar.gz: 7af79ec287d784e87da0df0cbdb1d75856b602f9
arti-arti-v1.3.1.tar.gz: deccb3e6604022d92528e7965f95c1e7eb98985a
arti-arti-v1.4.0.tar.gz: 643bbc10b4f2c18d3e4f4cf6e9dbd42a7c2b86e3 arti-arti-v1.4.0.tar.gz: 643bbc10b4f2c18d3e4f4cf6e9dbd42a7c2b86e3

View file

@ -37,6 +37,8 @@ curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs |\
source "$HOME/.cargo/env" source "$HOME/.cargo/env"
%endif %endif
export OPENSSL_DIR=/opt/openssl3.3
cargo build -p arti --locked --release cargo build -p arti --locked --release
upx target/release/%{name} upx target/release/%{name}