From ccfc67f58eb5ff076cacfce8000c0dee58dc48a9 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Sat, 21 Sep 2019 11:14:53 -0500 Subject: [PATCH] ci: avoid tzdata dialog --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93406544a..bce82e0e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ ci_code_tests: image: ubuntu:rolling before_script: - apt-get update -qq - - apt-get -y install expect csh xzdec lintian fakeroot + - apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot - ./configure --enable-fatal-warnings --prefix=/usr && make && make install script: - make test-travis