If other jobs don't need them, let's not make them take the time to
install them.
Signed-off-by: Zack Cerza <zack@redhat.com>
- doxygen
- ditaa
- ant
- # teuthology-docs job:
- - libmysqlclient-dev
- - libevent-dev
- - libffi-dev
- - libssl-dev
when: ansible_pkg_mgr == "apt"
- name: Add the Debian Jessie Key
- shell:
!include-raw:
- ../../../scripts/build_utils.sh
+ - ../../setup/setup
- ../../build/build
--- /dev/null
+#!/bin/bash
+
+set -ex
+
+APT_DEPS="libmysqlclient-dev libevent-dev libffi-dev libssl-dev"
+sudo apt install $APT_DEPS