qlib: fix Windows builds

pull/29/head
JeremyRand 5 years ago
parent 1c189b49d9
commit 7584c1a3aa
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -24,8 +24,8 @@ input_files:
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
# v1.0.15 is the last tagged release that still works with q.
git_hash: '7064f7248f5fa5fd79382a76328b4e200b79e4ae'
var:
dns_q_compat: 1
- name: github.com,namecoin,crosssign
project: github.com,namecoin,crosssign
- name: github.com,namecoin,qlib

@ -22,7 +22,7 @@ input_files:
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
# v1.0.15 is the last tagged release that still works with q.
git_hash: '7064f7248f5fa5fd79382a76328b4e200b79e4ae'
var:
dns_q_compat: 1
- name: github.com,namecoin,qlib
project: github.com,namecoin,qlib

@ -1,6 +1,7 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/miekg/dns.git
git_hash: '[% config.var_p.id.${"github.com/miekg/dns"} %]'
# v1.0.15 is the last tagged release that still works with q.
git_hash: '[% IF !c("var/dns_q_compat") -%][% config.var_p.id.${"github.com/miekg/dns"} %][% ELSE %]7064f7248f5fa5fd79382a76328b4e200b79e4ae[% END %]'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -20,5 +20,5 @@ input_files:
project: go
- name: github.com,miekg,dns
project: github.com,miekg,dns
# v1.0.15 is the last tagged release that still works with q.
git_hash: '7064f7248f5fa5fd79382a76328b4e200b79e4ae'
var:
dns_q_compat: 1

Loading…
Cancel
Save