[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: To not depend on the host LLVM add some lines to the...

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Feb 14 00:03:11 GMT 2022



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


Commits:
95f0a5db by Daniel Golle at 2022-02-14T01:02:43+01:00
reproducible OpenWrt: To not depend on the host LLVM add some lines to the .config seed to build LLVM for eBPF from source.

Signed-off-by: Daniel Golle <daniel at makrotopia.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -236,6 +236,10 @@ openwrt_config() {
 	printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
 	printf 'CONFIG_KERNEL_BUILD_USER="openwrt"\n' >> .config
 	printf 'CONFIG_KERNEL_BUILD_DOMAIN="buildhost"\n' >> .config
+	printf 'CONFIG_DEVEL=y\n' >> .config
+	printf '# CONFIG_BPF_TOOLCHAIN_NONE is not set\n' >> .config
+	printf '# CONFIG_BPF_TOOLCHAIN_HOST is not set\n' >> .config
+	printf 'CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y\n' >> .config
 
 	# WORKAROUND: the OpenWrt build system has a bug with iw when using CONFIG_ALL=y and selecting iw as dependency (over target dependencies).
 	printf 'CONFIG_PACKAGE_iw=y\n' >> .config



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/95f0a5dbd60972c825da7c0930b9aada0536ecbc
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/20220214/46b3c059/attachment.htm>


More information about the Qa-jenkins-scm mailing list