You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/ci: combine buildworld, buildkernel, and packages
Since its inception, 'make ci' has not found a need for
any arch specific or build-type specific overrides for
building the world and kernel as part of building an image.
This change combines them to avoid multiple invocations
of make, which could cause issues due to differences in
command line between the three targets. This also
simplifies the common and arch-specific Makefiles.
Note that this change still maintains an arch-specific
overridable target ci-buildimage-${TARGET_ARCH} which
can be used if needed.
Signed-off-by: Siva Mahadevan <[email protected]>
Sponsored by: The FreeBSD Foundation
0 commit comments