[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: add gcc-multilib to OPENWRT_HOST_PACKAGES and install it...

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jan 18 11:13:35 GMT 2023



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


Commits:
7f88cba8 by Holger Levsen at 2023-01-18T12:13:21+01:00
reproducible OpenWrt: add gcc-multilib to OPENWRT_HOST_PACKAGES and install it on the nodes that need it

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


3 changed files:

- bin/reproducible_openwrt.sh
- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
- update_jdn.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
 #         © 2015 Reiner Herrmann <reiner at reiner-h.de>
 #           2016-2021 Alexander Couzens <lynxis at fe80.eu>
 # released under the GPLv2
@@ -23,7 +23,7 @@ OPENWRT_GIT_REPO=https://git.openwrt.org/openwrt/openwrt.git
 OPENWRT_GIT_BRANCH=master
 OPENWRT_CONFIG=
 OPENWRT_TARGET=
-OPENWRT_HOST_PACKAGES="gcc binutils bzip2 flex python3 perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion"
+OPENWRT_HOST_PACKAGES="gcc gcc-multilib binutils bzip2 flex python3 perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion"
 
 # node configuration
 GENERIC_NODE1=osuosl171-amd64.debian.net


=====================================
hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
=====================================
@@ -88,7 +88,7 @@
 
 	<FilesMatch "\.gz$">
 		Header append Content-Encoding gzip
-		# this causes errors 406 to client connecting without Accept-Encoding=gzip.
+		# this causes errors 406 to clients connecting without Accept-Encoding=gzip.
 		#AddEncoding gzip .gz
 		ForceType text/plain
 	</FilesMatch>


=====================================
update_jdn.sh
=====================================
@@ -460,6 +460,7 @@ if [ -f /etc/debian_version ] ; then
 				g++
 				gawk
 				gcc
+				gcc-multilib
 				gnat
 				grep
 				libc6-dev



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7f88cba8320a68ab2d71f70ec1107360ca33e62a
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/20230118/65ba197b/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list