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

Jelle van der Waa jelle at archlinux.org
Fri Oct 19 14:03:22 UTC 2018


    Date: Friday, October 19, 2018 @ 14:03:21
  Author: jelle
Revision: 397574

Add reproducible build support wip

Cargo should be build with --locked, so it locks the dependencies when building.

Modified:
  geckodriver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-19 14:00:56 UTC (rev 397573)
+++ PKGBUILD	2018-10-19 14:03:21 UTC (rev 397574)
@@ -14,7 +14,8 @@
 
 build() {
 	cd "$pkgname-$pkgver"
-	cargo build --release
+        # FIXME: upstream does not provide Cargo.lock https://github.com/mozilla/geckodriver/issues/1403
+	cargo build --release --locked
 }
 
 package() {



More information about the arch-commits mailing list