[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] openwrt: don't build ALL packages

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Apr 12 11:43:51 BST 2022



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
d4610192 by Paul Spooren at 2022-04-12T12:43:27+02:00
openwrt: don't build ALL packages

While the core images etc are not reproducible, there is little point to
excessively build packages. It takes a long time and currently even
crashes the build entirely.

Disable it for now and add a second role later which actually rebuilds
packages from community feeds.

Signed-off-by: Paul Spooren <mail at aparcar.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -235,7 +235,7 @@ openwrt_config() {
 	CONFIG=$1
 
 	printf "$CONFIG\n" | grep '^[^ ]' > .config
-	printf "CONFIG_ALL=y\n" >> .config
+	# printf "CONFIG_ALL=y\n" >> .config
 	printf "CONFIG_AUTOREMOVE=y\n" >> .config
 	printf "CONFIG_BUILDBOT=y\n" >> .config
 	printf "CONFIG_CLEAN_IPKG=y\n" >> .config



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d46101929028360338cf6dff8cb437429fc90c2d

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d46101929028360338cf6dff8cb437429fc90c2d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220412/cba9151a/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list