diff options
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-remove-wic-auto-conf.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/common/include-agl-remove-wic-auto-conf.sh b/jjb/common/include-agl-remove-wic-auto-conf.sh new file mode 100644 index 00000000..72a9df45 --- /dev/null +++ b/jjb/common/include-agl-remove-wic-auto-conf.sh @@ -0,0 +1,17 @@ +# (c) 2021 Jan-Simon Moeller dl9pf(at)gmx.de +# License GPLv2 + +################################################################################ +## auto.conf remove wic for simple CI builds +################################################################################ +cat << EOF >> conf/auto.conf + +# remove wic as CI does only use ext4 in lava +# this saves i/o and time +IMAGE_FSTYPES_remove = "wic.xz" +IMAGE_FSTYPES_remove = "wic.bmap" +IMAGE_FSTYPES_remove = "wic.vmdk.xz" + + + +EOF
\ No newline at end of file |