diff mbox series

build: create rootfs.tar.xz if BUILDBOT

Message ID 20200910200239.456129-1-mail@aparcar.org
State Under Review
Delegated to: Paul Spooren
Headers show
Series build: create rootfs.tar.xz if BUILDBOT | expand

Commit Message

Paul Spooren Sept. 10, 2020, 8:02 p.m. UTC
The rootfs.tar.gz is used to create Docker containers containing the
OpenWrt root filesystem. These containers are currently only available
for x84/64 and armvirt/{32,64}. For CI package runtime testing more
rootfs containers would allow additional tests.

After CI building a changed package for multiple packages, QEMU is used
inside another CI step run run OpenWrt rootfs containers in multiple
architectures, install the create package and execute a runtime test.

Signed-off-by: Paul Spooren <mail@aparcar.org>
---
This change would allow additional runtime tests for this PoC:
https://github.com/openwrt/packages/pull/13315

 config/Config-images.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config/Config-images.in b/config/Config-images.in
index 7d56d70908..f2eb237d0d 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -70,7 +70,7 @@  menu "Target Images"
 
 	config TARGET_ROOTFS_TARGZ
 		bool "tar.gz"
-		default y if USES_TARGZ
+		default y if USES_TARGZ || BUILDBOT
 		help
 		  Build a compressed tar archive of the root filesystem.