git: 1876cd9f6581 - main - devel/ignition-common: Mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 07:52:52 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1876cd9f65817329e9da47b38d3bae23eff52f7e commit 1876cd9f65817329e9da47b38d3bae23eff52f7e Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-05-06 06:43:48 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-05-06 07:52:44 +0000 devel/ignition-common: Mark TESTING_UNSAFE --- devel/ignition-common/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/ignition-common/Makefile b/devel/ignition-common/Makefile index 70918401303e..4a33bb341320 100644 --- a/devel/ignition-common/Makefile +++ b/devel/ignition-common/Makefile @@ -35,6 +35,8 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} PLIST_SUB= COMMON_IGN_VER=common${DISTVERSION:R:R} +TESTING_UNSAFE= 6 tests failed out of 79 + do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING=ON ${CMAKE_SOURCE_PATH} && \