mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
pull libuv1 from future (16.04 rather than 12.04)
This commit is contained in:
parent
40b1c0f198
commit
7c0607cec0
@ -8,6 +8,10 @@ script: make && make test # no ./configure
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
# precise, which is the default, doesn't have an official libuv1 package
|
||||
- sourceline: 'deb http://us.archive.ubuntu.com/ubuntu/ xenial universe'
|
||||
#
|
||||
packages:
|
||||
- libgmp3-dev
|
||||
- libsigsegv-dev
|
||||
@ -23,4 +27,3 @@ addons:
|
||||
- re2c
|
||||
- libcurl4-gnutls-dev
|
||||
- python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user