diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-13 12:52:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-13 12:52:31 +0200 |
commit | 6a6a0d019365fa6fa49d3a17ec254117d63668c6 (patch) | |
tree | 4926ffedfbb434e73df6fe6662a0e0a739959564 | |
parent | 9963af222bc062e3914ecfd9ba5ccd3993cdb3a1 (diff) | |
download | jenkins.debian.net-6a6a0d019365fa6fa49d3a17ec254117d63668c6.tar.xz |
reproducible: flex and bison are needed to build coreboot too
-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 f200e6a5..4017a214 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" ;; + profitbricks-build3-amd64) DEBS="$DEBS m4 bison flex" ;; *) ;; esac if [ "$HOSTNAME" = "jenkins" ] ; then |