config 992 B

123456789101112131415161718192021222324252627282930313233343536
  1. #version: '0.0.2'
  2. # Using latest master branch because we need the stream isolation feature.
  3. # Once it's in a tagged release, we'll go back to using a version number here.
  4. version: '[% c("abbrev") %]'
  5. git_url: https://github.com/namecoin/ncprop279.git
  6. # Using latest master branch because we need the stream isolation feature.
  7. # Once it's in a tagged release, we'll go back to using a hash that corresponds
  8. # to a tag here.
  9. git_hash: '7bdd741d70258407f66aab52b24788f1acccc56b'
  10. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  11. var:
  12. container:
  13. use_container: 1
  14. go_lib_deps:
  15. - godns
  16. - goeasyconfig
  17. - gomadns
  18. - ncdns
  19. cgo: 0
  20. build_go_lib_pre: |
  21. export CGO_ENABLED=[% c("var/cgo") %]
  22. input_files:
  23. - project: container-image
  24. - name: go
  25. project: go
  26. - name: godns
  27. project: godns
  28. - name: goeasyconfig
  29. project: goeasyconfig
  30. - name: gomadns
  31. project: gomadns
  32. - name: ncdns
  33. project: ncdns