Skip to content

Commit

Permalink
gitlab: set DEBIAN_FRONTEND="noninteractive"
Browse files Browse the repository at this point in the history
- fixes hanging apt install tzdata
  • Loading branch information
ralphlange committed Apr 9, 2021
1 parent 822293d commit 0c2f903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ variables:
SETUP_PATH: ".:.ci"
BASE_RECURSIVE: "NO"
APT: "libreadline6-dev libncurses5-dev perl clang g++-mingw-w64-i686 g++-mingw-w64-x86-64 qemu-system-x86 re2c"
DEBIAN_FRONTEND: "noninteractive"
CMP: "gcc"
BGFC: "default"
VV: "1"
Expand Down

0 comments on commit 0c2f903

Please sign in to comment.