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