diff options
| author | jperkin <jperkin@pkgsrc.org> | 2022-08-04 21:40:40 +0000 |
|---|---|---|
| committer | jperkin <jperkin@pkgsrc.org> | 2022-08-04 21:40:40 +0000 |
| commit | 558776dc3feae954ff67167a3edae1b3b8dab4d2 (patch) | |
| tree | 5c13241aaca2ea1fe3b97842d88b157d8b784480 /sysutils/ansible | |
| parent | 4481d9feeb5714d978b44a8536db52e1ae9e85f0 (diff) | |
| download | pkgsrc-558776dc3feae954ff67167a3edae1b3b8dab4d2.tar.gz | |
ansible: Disable a bunch of checks.
None of them make sense for this package, and at nearly 60,000 files this
reduces the install time by about an hour on reasonably fast hardware.
Diffstat (limited to 'sysutils/ansible')
| -rw-r--r-- | sysutils/ansible/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 9b5ceb9b2df..54ac854a871 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2022/06/30 11:18:49 nia Exp $ +# $NetBSD: Makefile,v 1.48 2022/08/04 21:40:40 jperkin Exp $ DISTNAME= ansible-5.7.1 PKGREVISION= 1 @@ -16,6 +16,11 @@ DEPENDS+= ansible-core>=2.12.5:../../sysutils/ansible-core USE_LANGUAGES= # none +CHECK_SHLIBS_SUPPORTED= no +CHECK_WRKREF_SKIP= * +CTF_SUPPORTED= no +STRIP_DEBUG_SUPPORTED= no + REPLACE_PYTHON+= ansible_collections/*/*/.azure-pipelines/scripts/*.py REPLACE_PYTHON+= ansible_collections/*/*/tests/*/*.py REPLACE_PYTHON+= ansible_collections/*/*/tests/*/*/*.py |
