This commit is contained in:
waltje
2018-05-08 19:54:08 -04:00
parent f93d5923d5
commit 249a5443ed

View File

@@ -62,12 +62,11 @@ env:
before_install: before_install:
# Kill off the (most likely running) APT daily update. # Kill off the (most likely running) APT daily update.
- sudo systemctl disable apt-daily.timer # - sudo systemctl stop apt-daily.timer
- sudo systemctl stop apt-daily.timer - sudo systemctl kill --kill-who=all apt-daily.timer
- sudo systemctl disable apt-daily.service # - sudo systemctl stop apt-daily.service
- sudo systemctl stop apt-daily.service
- sudo systemctl kill --kill-who=all apt-daily.service - sudo systemctl kill --kill-who=all apt-daily.service
- sleep 2 - sleep 5
- sudo rm -f /var/lib/dpkg/lock - sudo rm -f /var/lib/dpkg/lock
# Now install some packages we need. # Now install some packages we need.
- sudo apt-get install libz-mingw-w64-dev - sudo apt-get install libz-mingw-w64-dev
@@ -86,9 +85,7 @@ addons:
- gcc-mingw-w64-x86-64 - gcc-mingw-w64-x86-64
- gcc-mingw-w64 - gcc-mingw-w64
- mingw-w64 - mingw-w64
# These do not seem to be installed from here.. - libz-mingw-w64-dev
# - libz-mingw-w64-dev
# - libpng-mingw-w64-dev
notifications: notifications:
irc: irc: