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:           Fri Nov 17 20:08:12 UTC 2023

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 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.297 pkgsrc/lang/rust/Makefile:1.298
--- pkgsrc/lang/rust/Makefile:1.297     Thu Nov 16 09:49:12 2023
+++ pkgsrc/lang/rust/Makefile   Fri Nov 17 20:08:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2023/11/16 09:49:12 he Exp $
+# $NetBSD: Makefile,v 1.298 2023/11/17 20:08:12 tnn Exp $
 
 DISTNAME=      rustc-1.73.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -153,6 +153,7 @@ CHECK_INTERPRETER_SKIP+=    lib/rustlib/src
 CHECK_INTERPRETER_SKIP+=       lib/rustlib/src/rust/library/stdarch/ci/run-docker.sh
 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