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: Wed Apr 24 12:04:25 UTC 2024
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: add CHECK_PORTABILITY skip and use wildcard for ci scripts
To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 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.307 pkgsrc/lang/rust/Makefile:1.308
--- pkgsrc/lang/rust/Makefile:1.307 Mon Apr 22 19:00:31 2024
+++ pkgsrc/lang/rust/Makefile Wed Apr 24 12:04:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.307 2024/04/22 19:00:31 pin Exp $
+# $NetBSD: Makefile,v 1.308 2024/04/24 12:04:25 tnn Exp $
DISTNAME= rustc-1.76.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -148,17 +148,11 @@ CONFIGURE_ARGS+= --set llvm.targets="Mip
CONFIGURE_ARGS+= --set llvm.targets="Mips;X86"
.endif
-CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/backtrace/ci/android-sdk.sh
-CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/backtrace/ci/debuglink.sh
-CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/backtrace/ci/run.sh
-CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/backtrace/ci/run-docker.sh
+CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/backtrace/ci/*.sh
CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/core/src/unicode/printable.py
-CHECK_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/stdarch/ci/build-std-detect.sh
-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_INTERPRETER_SKIP+= lib/rustlib/src/rust/library/stdarch/ci/*.sh
+CHECK_PORTABILITY_SKIP+= src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
CHECK_PORTABILITY_SKIP+= tests/run-make/dump-ice-to-disk/check.sh
.if ${OPSYS} == "NetBSD"
Home |
Main Index |
Thread Index |
Old Index