Skip to content
Snippets Groups Projects
Commit 670f7b22 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/b3sum: run cargo install with --locked

parent b042aeec
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer:
pkgname=b3sum
pkgver=1.0.0
pkgrel=0
pkgrel=1
pkgdesc="Command line implementation of the BLAKE3 hash function"
url="https://blake3.io"
arch="all !s390x !armhf !mips !mips64 !riscv64" # armhf: 'vaddq_u32': target specific option mismatch
......@@ -23,7 +23,7 @@ check() {
}
package() {
cargo install --path . --root="$pkgdir/usr" --no-default-features ${_features:+--features "$_features"}
cargo install --locked --path . --root="$pkgdir/usr" --no-default-features ${_features:+--features "$_features"}
rm "$pkgdir"/usr/.crates*
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment