aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2023-03-15 00:06:53 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2023-03-15 00:06:53 +0000
commitf13b4e460ccb2a11250a0ecc86b6cf329601cdce (patch)
tree3608e1120d5adb8e25ad22bd68d813426573bde7 /.github
parent9e914c7af1f3d176acf2712e5a86a9a6a7b779c6 (diff)
downloadsrc-f13b4e460ccb2a11250a0ecc86b6cf329601cdce.tar.gz
src-f13b4e460ccb2a11250a0ecc86b6cf329601cdce.zip
.github: Test DISK_IMAGE_TOOLS_BOOTSTRAP in CI
Building the tools is quick so we should provide coverage of this to ensure it keeps working, especially on non-FreeBSD. Reviewed by: emaste, arichardson Differential Revision: https://reviews.freebsd.org/D39073
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 9630470d0420..ddfcb467126e 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -61,6 +61,6 @@ jobs:
- name: bootstrap bmake
run: ./tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.target_arch }} -n
- name: make kernel-toolchain
- run: ./tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.target_arch }} kernel-toolchain -s -j$NPROC
+ run: ./tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.target_arch }} kernel-toolchain -s -j$NPROC -DWITH_DISK_IMAGE_TOOLS_BOOTSTRAP
- name: make buildkernel
run: ./tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.target_arch }} KERNCONF=GENERIC NO_MODULES=yes buildkernel -s -j$NPROC $EXTRA_MAKE_ARGS