Add new build dependencies

Commit Id1b9d7334db78d0f13db33d47a80ffdb65f921df added a new build
dependency to support regex matching of github status.

Change-Id: Id99037602e4e501545714f3485f3603177422717
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 16:12:27 -04:00
parent 7f4bcf4f51
commit 6940659072
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ __zuul_build_depends:
- libffi-devel
- openssl-devel
- python3-devel
- re2-devel
__zuul_file_zuul_executor_service_dest: /etc/systemd/system/zuul-executor.service
__zuul_file_zuul_executor_service_mode: 0644

View File

@ -15,6 +15,7 @@
__zuul_build_depends:
- build-essential
- libffi-dev
- libre2-dev
- libssl-dev
- python3-dev