pkgsrc-WIP-changes archive

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

rust175/Makefile: pull over CHECK_PORTABILITY_SKIP+= from main pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Jan 15 12:04:01 2024 +0000
Changeset:	bb44ee242954f391264caf7d0d83affe20ce81cf

Modified Files:
	rust175/Makefile

Log Message:
rust175/Makefile: pull over CHECK_PORTABILITY_SKIP+= from main pkgsrc.

Thanks to tnn@
Ref. also https://github.com/rust-lang/rust/pull/119992

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

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

diffstat:
 rust175/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/rust175/Makefile b/rust175/Makefile
index 655cf9e3b4..d28254e6a6 100644
--- a/rust175/Makefile
+++ b/rust175/Makefile
@@ -160,6 +160,8 @@ 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