[arch-commits] Commit in cbindgen/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jul 5 18:24:43 UTC 2019


    Date: Friday, July 5, 2019 @ 18:24:43
  Author: heftig
Revision: 357332

download locked, build frozen

Modified:
  cbindgen/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-05 17:21:12 UTC (rev 357331)
+++ PKGBUILD	2019-07-05 18:24:43 UTC (rev 357332)
@@ -20,17 +20,18 @@
 
 prepare() {
   cd $pkgname
+  cargo fetch --locked
 }
 
 build() {
   cd $pkgname
-  cargo build --release
+  cargo build --release --frozen
 }
 
 check() {
   cd $pkgname
   # test_expand* fails; needs nightly rust
-  cargo test --release || :
+  cargo test --release --frozen || :
 }
 
 package() {



More information about the arch-commits mailing list