git: 6a2b72bf1a88 - main - Remove test-includes build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 04:42:59 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a2b72bf1a88ffc387b74456c4fdc81468752916
commit 6a2b72bf1a88ffc387b74456c4fdc81468752916
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-15 04:40:01 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-15 04:42:47 +0000
Remove test-includes build
This is making the CI red. I believe this is because we do a clean build
w/o metamode in the tinderbox, so none of the artifacts needed to build
a binary are present. However, I've not recreated the problem locally
yet to confirm. Remove this while I investigate. This partially reverts
dd55767b86bc. The rest of the commit causes no harm w/o the explicit
test here.
Sponsored by: Netflix
---
Makefile.inc1 | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.inc1 b/Makefile.inc1
index 963ffac7d09b..e03588511954 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1128,7 +1128,6 @@ _includes:
.if !empty(SUBDIR_OVERRIDE) && make(buildworld)
${_+_}cd ${.CURDIR}; ${WMAKE} MK_INCLUDES=yes SHARED=symlinks includes
.endif
- ${_+_}cd ${.CURDIR}; ${WMAKE} test-includes
_libraries:
@echo
@echo "--------------------------------------------------------------"