summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-13 12:52:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-13 12:52:31 +0200
commit6a6a0d019365fa6fa49d3a17ec254117d63668c6 (patch)
tree4926ffedfbb434e73df6fe6662a0e0a739959564
parent9963af222bc062e3914ecfd9ba5ccd3993cdb3a1 (diff)
downloadjenkins.debian.net-6a6a0d019365fa6fa49d3a17ec254117d63668c6.tar.xz
reproducible: flex and bison are needed to build coreboot too
-rwxr-xr-xupdate_jdn.sh2
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