Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon "The Nice Guy" Spriggs <jon@sprig.gs>2016-09-07 17:36:07 +0300
committerRémy Coutable <remy@rymai.me>2016-09-20 18:35:49 +0300
commit570b25c6038125146597aed338f5d78887563a9f (patch)
tree4e2404b65c07a2c333f36c10559b88ec478cfa40 /.pkgr.yml
parent31ff272f763a93b944cd288cc35c54e5c2645ebd (diff)
Update .pkgr.yml with Ubuntu 16.04 dependencies
Diffstat (limited to '.pkgr.yml')
-rw-r--r--.pkgr.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index 8fc9fddf8f7..10bcd7bd4bd 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -3,6 +3,8 @@ group: git
services:
- postgres
before_precompile: ./bin/pkgr_before_precompile.sh
+env:
+ - SKIP_STORAGE_VALIDATION=true
targets:
debian-7: &wheezy
build_dependencies:
@@ -25,6 +27,16 @@ targets:
- libicu52
- libpcre3
- git
+ ubuntu-16.04:
+ build_dependencies:
+ - libkrb5-dev
+ - libicu-dev
+ - cmake
+ - pkg-config
+ dependencies:
+ - libicu55
+ - libpcre3
+ - git
centos-6:
build_dependencies:
- krb5-devel