From 3b22bf46868f29822bbbceec6e585a5ced3b8964 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 19 May 2021 04:35:19 +0000 Subject: [PATCH] Add gox509compressed project Required due to ncdns version bump. --- projects/gox509compressed/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/gox509compressed/config diff --git a/projects/gox509compressed/config b/projects/gox509compressed/config new file mode 100644 index 0000000..91189ab --- /dev/null +++ b/projects/gox509compressed/config @@ -0,0 +1,21 @@ +version: '[% c("abbrev") %]' +git_url: https://github.com/namecoin/x509-compressed.git +git_hash: '11c148e3a82a374dc8cc7800729ae31d1de3514b' +filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' + +build: '[% c("projects/go/var/build_go_lib") %]' + +var: + container: + use_container: 1 + go_lib: github.com/namecoin/x509-compressed + go_lib_install: + - github.com/namecoin/x509-compressed/x509 + build_go_lib_pre: | + export CGO_ENABLED=0 + go generate github.com/namecoin/x509-compressed/x509 + +input_files: + - project: container-image + - name: go + project: go