pkgsrc-WIP-changes archive

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

rust17{5,6}: Re-enable unlimiting virtualsize.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Mar 3 13:22:29 2024 +0000
Changeset:	548d2d81e932cfdd32a2d4a25da944eef60638ad

Modified Files:
	rust175/Makefile
	rust176/Makefile

Log Message:
rust17{5,6}: Re-enable unlimiting virtualsize.

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

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

diffstat:
 rust175/Makefile | 3 +--
 rust176/Makefile | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust175/Makefile b/rust175/Makefile
index 89241a4aac..67b5732b38 100644
--- a/rust175/Makefile
+++ b/rust175/Makefile
@@ -82,8 +82,7 @@ MAKE_ENV.SunOS+=	AR=gar
 # Annoyingly, this makes the powerpc build succeed...
 #MAKE_ENV+=		RUSTC_LOG=rustc_metadata
 
-#UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
-UNLIMIT_RESOURCES+=	cputime stacksize datasize
+UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
 
 TEST_TARGET=	check
 
diff --git a/rust176/Makefile b/rust176/Makefile
index eafffff027..fc8a99d1a0 100644
--- a/rust176/Makefile
+++ b/rust176/Makefile
@@ -82,8 +82,7 @@ MAKE_ENV.SunOS+=	AR=gar
 # Annoyingly, this makes the powerpc build succeed...
 #MAKE_ENV+=		RUSTC_LOG=rustc_metadata
 
-#UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
-UNLIMIT_RESOURCES+=	cputime stacksize datasize
+UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
 
 TEST_TARGET=	check
 


Home | Main Index | Thread Index | Old Index