123456789101112131415161718 |
- # vim: filetype=yaml sw=2
- version: '[% c("abbrev") %]'
- git_url: https://github.com/dchest/siphash.git
- git_hash: 34f201214d993633bb24f418ba11736ab8b55aa7
- 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/dchest/siphash
- input_files:
- - project: container-image
- - name: go
- project: go
|