config 599 B

12345678910111213141516171819202122232425
  1. version: '[% c("abbrev") %]'
  2. git_url: https://github.com/hlandau/degoutils.git
  3. git_hash: 8fa2440b63444dad556d76366f1c3ee070c8a577
  4. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  5. build: '[% c("projects/go/var/build_go_lib") %]'
  6. var:
  7. container:
  8. use_container: 1
  9. go_lib: github.com/hlandau/degoutils
  10. go_lib_install:
  11. - github.com/hlandau/degoutils/net
  12. go_lib_deps:
  13. - goxnet
  14. build_go_lib_pre: |
  15. export CGO_ENABLED=0
  16. input_files:
  17. - project: container-image
  18. - name: go
  19. project: go
  20. - name: goxnet
  21. project: goxnet