mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
move to Ubuntu 16.04 LTS
This should allow libsystemd-journal (#696) and also gi-gtk to build
This commit is contained in:
parent
2270f35145
commit
795c42bd9d
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
ENV HOME /home/stackage
|
ENV HOME /home/stackage
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|||||||
@ -2359,10 +2359,7 @@ skipped-builds:
|
|||||||
- Win32-notify
|
- Win32-notify
|
||||||
- Win32-extras
|
- Win32-extras
|
||||||
|
|
||||||
# The Docker image needs libsystemd-dev from Ubuntu 15.04+ for this.
|
# end of skipped-builds
|
||||||
# See: https://github.com/fpco/stackage/issues/696
|
|
||||||
- libsystemd-journal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# By skipping a test suite, we do not pull in the build dependencies
|
# By skipping a test suite, we do not pull in the build dependencies
|
||||||
|
|||||||
@ -26,7 +26,7 @@ add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
|||||||
|
|
||||||
# Get Stack
|
# Get Stack
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
|
||||||
echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list
|
echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
@ -81,6 +81,7 @@ apt-get install -y \
|
|||||||
libsndfile1-dev \
|
libsndfile1-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libsystemd-dev \
|
||||||
libtagc0-dev \
|
libtagc0-dev \
|
||||||
libtre-dev \
|
libtre-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user