2019-11-06 10:23:00 +00:00
|
|
|
version: 21
|
2019-01-11 20:34:05 +00:00
|
|
|
git_url: https://github.com/coreos/go-systemd.git
|
2019-11-06 10:23:00 +00:00
|
|
|
git_hash: d3cd4ed1dbcf5835feba465b180436db54f20228
|
2019-01-11 20:34:05 +00:00
|
|
|
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/coreos/go-systemd
|
|
|
|
go_lib_install:
|
|
|
|
- github.com/coreos/go-systemd/journal
|
2019-04-30 14:25:29 +00:00
|
|
|
build_go_lib_pre: |
|
|
|
|
[% IF c("var/linux") %]
|
|
|
|
[% 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
|
|
|
|
[% END -%]
|
2019-01-11 20:34:05 +00:00
|
|
|
|
|
|
|
input_files:
|
|
|
|
- project: container-image
|
|
|
|
- name: go
|
|
|
|
project: go
|
2019-04-30 14:25:29 +00:00
|
|
|
- name: '[% c("var/compiler") %]'
|
|
|
|
project: '[% c("var/compiler") %]'
|
|
|
|
enable: '[% c("var/linux") %]'
|
|
|
|
- name: binutils
|
|
|
|
project: binutils
|
|
|
|
enable: '[% c("var/linux") %]'
|