ncdns-repro/projects/ncdns/config

102 lines
3.1 KiB
Plaintext
Raw Normal View History

#version: 0.0.8
2019-01-11 20:34:05 +00:00
git_url: https://github.com/namecoin/ncdns.git
# Using latest master branch because we need the RPC timeout feature. Once
# it's in a tagged release, we'll go back to using a version tag here.
#git_hash: 'v[% c("version") %]'
git_hash: '006f537e01cf20db01b18e399ed51f57211db91c'
2019-01-11 20:34:05 +00:00
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:
container:
use_container: 1
go_lib_deps:
- github.com,golang,groupcache
- github.com,hlandau,degoutils
- github.com,hlandau,dexlogconfig
- github.com,hlandau,ncbtcjsontypes
- github.com,hlandauf,btcjson
- github.com,kr,pretty
- github.com,miekg,dns
- github.com,namecoin,tlsrestrictnss
- github.com,namecoin,x509-signature-splice
2019-01-11 20:34:05 +00:00
- gopkg.in,hlandau,madns.v1
- gopkg.in,hlandau,easyconfig.v1
- gopkg.in,hlandau,service.v2
- golang.org,x,net
2019-06-10 02:23:57 +00:00
go_lib_no_output: 1
2019-01-11 20:34:05 +00:00
targets:
2019-06-08 06:09:56 +00:00
linux:
var:
cgo: 1
linux-i686:
var:
arch_deps:
- libcap-dev:i386
linux-x86_64:
2019-01-11 20:34:05 +00:00
var:
arch_deps:
- libcap-dev
2019-06-08 06:09:56 +00:00
osx-x86_64:
var:
cgo: 0
2019-06-08 04:25:37 +00:00
windows:
var:
go_lib_deps:
- github.com,golang,groupcache
- github.com,hlandau,degoutils
- github.com,hlandau,dexlogconfig
- github.com,hlandau,ncbtcjsontypes
- github.com,hlandauf,btcjson
- github.com,kr,pretty
- github.com,miekg,dns
- github.com,namecoin,x509-signature-splice
2019-06-08 04:25:37 +00:00
- gopkg.in,hlandau,madns.v1
- gopkg.in,hlandau,easyconfig.v1
- gopkg.in,hlandau,service.v2
- golang.org,x,net
- golang.org,x,sys
2019-06-08 06:09:56 +00:00
cgo: 0
2019-01-11 20:34:05 +00:00
input_files:
- project: container-image
- name: go
project: go
- name: '[% c("var/compiler") %]'
project: '[% c("var/compiler") %]'
2019-06-08 06:09:56 +00:00
enable: '[% c("var/cgo") %]'
- name: binutils
project: binutils
2019-06-08 06:09:56 +00:00
enable: '[% c("var/linux") && c("var/cgo") %]'
2019-01-11 20:34:05 +00:00
- name: github.com,hlandau,xlog
project: github.com,hlandau,xlog
- name: github.com,hlandau,dexlogconfig
project: github.com,hlandau,dexlogconfig
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: gopkg.in,hlandau,service.v2
project: gopkg.in,hlandau,service.v2
- name: github.com,golang,groupcache
project: github.com,golang,groupcache
- name: github.com,hlandau,ncbtcjsontypes
project: github.com,hlandau,ncbtcjsontypes
- name: github.com,hlandauf,btcjson
project: github.com,hlandauf,btcjson
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,namecoin,tlsrestrictnss
project: github.com,namecoin,tlsrestrictnss
- name: github.com,namecoin,x509-signature-splice
project: github.com,namecoin,x509-signature-splice
2019-01-11 20:34:05 +00:00
- name: gopkg.in,hlandau,madns.v1
project: gopkg.in,hlandau,madns.v1
- name: github.com,kr,pretty
project: github.com,kr,pretty
- name: github.com,hlandau,degoutils
project: github.com,hlandau,degoutils
- name: golang.org,x,net
project: golang.org,x,net
2019-06-08 04:25:37 +00:00
- name: golang.org,x,sys
project: golang.org,x,sys
enable: '[% c("var/windows") %]'