version: '0.0.1' git_url: https://github.com/namecoin/dnssec-hsts-native.git git_hash: 'b1e78c890146cd9a58bec8defd684be443a946da' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' var: container: use_container: 1 go_lib_deps: - godns - goeasyconfig - q cgo: 0 build_go_lib_pre: | export CGO_ENABLED=[% c("var/cgo") %] input_files: - project: container-image - name: go project: go - name: goeasyconfig project: goeasyconfig - name: godns project: godns - name: q project: q # Build q as a library, not an executable. # TODO: refactor this once our build_go_lib executable patch is merged by upstream Tor var: go_lib_no_output: 0