From e1e1514a848f9dd049cb7ee96d65374676aefb7d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 2 Apr 2024 20:58:31 +0200 Subject: [PATCH] btrfs-progs: ci: make box target by default in all images The 'box' target is not that different from the default one regarding dependencies so build it as well by default for better coverage. Signed-off-by: David Sterba --- ci/build-default | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-default b/ci/build-default index 940365ac..df4f661b 100755 --- a/ci/build-default +++ b/ci/build-default @@ -14,4 +14,5 @@ jobs=`grep -c ^processor /proc/cpuinfo` ./configure "$@" echo "D=$D" make -j $jobs +make -j $jobs btrfs.box make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test