diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-13 14:10:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-13 14:10:23 +0200 |
commit | a4f856993e3c62c4a5afdd42f9a9531169e97287 (patch) | |
tree | 7a2241b6e9c2dc5341ae8c6d08cb12d8027dfaa3 | |
parent | e8603283e0bca5e9b6986cefb0234cfce999db69 (diff) | |
download | jenkins.debian.net-a4f856993e3c62c4a5afdd42f9a9531169e97287.tar.xz |
reproducible: install more build dependencies for coreboot, openwrt and netbsd
-rwxr-xr-x | update_jdn.sh | 2 |
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 |