Skip to content
Snippets Groups Projects
Commit 00686946 authored by Dan Ballard's avatar Dan Ballard
Browse files

Bug 40659: Add project for gspt as it's now being included with the...

Bug 40659: Add project for gspt as it's now being included with the introduction of go 1.19 and it's new target of 'unix' which packages previously in error used to gate importing this package from
parent 4ad3333c
No related branches found
No related tags found
1 merge request!563Bug 40659: Add project for gspt as it's now being included with the...
......@@ -13,6 +13,7 @@ var:
go_lib_deps:
- gosvcutils
- goeasyconfig
- gspt
build_go_lib_pre: |
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
......@@ -43,3 +44,5 @@ input_files:
project: gosvcutils
- name: goeasyconfig
project: goeasyconfig
- name: gspt
project: gspt
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: https://github.com/erikdubbelboer/gspt
git_hash: ce36a512837778923c9202c819eb6a3435f9d21d
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
container:
use_container: 1
build: '[% c("projects/go/var/build_go_lib") %]'
var:
go_lib: github.com/erikdubbelboer/gspt
build_go_lib_pre: |
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/binutils') %]
export PATH="/var/tmp/dist/binutils/bin:$PATH"
export CGO_ENABLED=1
input_files:
- project: container-image
- name: go
project: go
- name: '[% c("var/compiler") %]'
project: '[% c("var/compiler") %]'
- name: binutils
project: binutils
......@@ -27,6 +27,7 @@ var:
- goeasyconfig
- goservice
- goxnet
- gspt
go_lib_install:
- github.com/namecoin/ncdns
- github.com/namecoin/ncdns/backend
......@@ -81,3 +82,5 @@ input_files:
project: godegoutils
- name: goxnet
project: goxnet
- name: gspt
project: gspt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment