pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jan  8 08:16:52 UTC 2024

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: add a CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.299 pkgsrc/lang/rust/Makefile:1.300
--- pkgsrc/lang/rust/Makefile:1.299     Sat Jan  6 19:00:19 2024
+++ pkgsrc/lang/rust/Makefile   Mon Jan  8 08:16:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.299 2024/01/06 19:00:19 he Exp $
+# $NetBSD: Makefile,v 1.300 2024/01/08 08:16:52 tnn Exp $
 
 DISTNAME=      rustc-1.74.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -159,6 +159,8 @@ CHECK_INTERPRETER_SKIP+=    lib/rustlib/src
 CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/run.sh
 CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/style.sh
 
+CHECK_PORTABILITY_SKIP+=       tests/run-make/dump-ice-to-disk/check.sh
+
 .if ${OPSYS} == "NetBSD"
 # This block contains information about known trouble on NetBSD and workarounds.
 



Home | Main Index | Thread Index | Old Index