pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust: use one compression-format (xz) to speed up building



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Tue Apr 26 12:23:15 2022 +0200
Changeset:	d660551efbc72b0962202c358180207e3a294a06

Modified Files:
	rust/Makefile

Log Message:
rust: use one compression-format (xz) to speed up building

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d660551efbc72b0962202c358180207e3a294a06

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 0cbb4a8429..6350c5e66b 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -44,6 +44,7 @@ CONFIGURE_ARGS+=		--disable-codegen-tests
 CONFIGURE_ARGS+=		--disable-compiler-docs
 CONFIGURE_ARGS+=		--disable-llvm-static-stdcpp
 CONFIGURE_ARGS+=		--disable-ninja
+CONFIGURE_ARGS+=		--dist-compression-formats=xz
 
 # Include (optional) settings to cross-build rust
 .include "cross.mk"


Home | Main Index | Thread Index | Old Index