Skip to content

Commit

Permalink
Prevent Debian packages from prompting for configuration.
Browse files Browse the repository at this point in the history
At some point the Debian tzdata package started waiting for somebody to tell it
what timezone it was in, causing CI builds to timeout.
  • Loading branch information
Screwtapello committed Jun 8, 2020
1 parent f6d2645 commit 35598cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linux-x86_64-binaries_task:
image: ubuntu:latest

setup_script:
- apt-get update && apt-get -y install build-essential libgtk2.0-dev libpulse-dev mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl2-dev libxv-dev libao-dev libopenal-dev libudev-dev zip
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libgtk2.0-dev libpulse-dev mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl2-dev libxv-dev libao-dev libopenal-dev libudev-dev zip

compile_script:
- make -C bsnes local=false
Expand Down Expand Up @@ -49,7 +49,7 @@ windows-x86_64-binaries_task:
image: ubuntu:latest

setup_script:
- apt-get update && apt-get -y install build-essential mingw-w64 zip
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential mingw-w64 zip

compile_script:
- make -C bsnes local=false platform=windows compiler="x86_64-w64-mingw32-g++" windres="x86_64-w64-mingw32-windres"
Expand Down

0 comments on commit 35598cf

Please sign in to comment.