diff --git a/lang/rust/Makefile b/lang/rust/Makefile index a843d32c74c4..3c03146f43cb 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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/rust/library/stdarch/ci/dox.sh 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.