summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-13 14:10:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-13 14:10:23 +0200
commita4f856993e3c62c4a5afdd42f9a9531169e97287 (patch)
tree7a2241b6e9c2dc5341ae8c6d08cb12d8027dfaa3 /update_jdn.sh
parente8603283e0bca5e9b6986cefb0234cfce999db69 (diff)
downloadjenkins.debian.net-a4f856993e3c62c4a5afdd42f9a9531169e97287.tar.xz
reproducible: install more build dependencies for coreboot, openwrt and netbsd
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 4017a214..9dd6a3f8 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -151,7 +151,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run coreboot/openwrt/netbsd jobs
case $HOSTNAME in
- profitbricks-build3-amd64) DEBS="$DEBS m4 bison flex" ;;
+ profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev" ;;
*) ;;
esac
if [ "$HOSTNAME" = "jenkins" ] ; then