Skip to content

Commit

Permalink
rust: add CHECK_PORTABILITY_SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed Nov 17, 2023
1 parent 04f2f66 commit 39dc0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/rust/Makefile
Original file line number Diff line number Diff line change
@@ -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//}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 39dc0c9

Please sign in to comment.