config 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. #version: 0.0.9
  2. # Using latest master branch because we need the stream isolation and
  3. # disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
  4. # back to using a version number here.
  5. version: '[% c("abbrev") %]'
  6. git_url: https://github.com/namecoin/ncdns.git
  7. # Using latest master branch because we need the stream isolation and
  8. # disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
  9. # back to using a hash that corresponds to a tag here.
  10. git_hash: 'ca0fe5552806a4275f38468c4d3fbcb2cba1cb79'
  11. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  12. var:
  13. container:
  14. use_container: 1
  15. go_lib_deps:
  16. - gogroupcache
  17. - godegoutils
  18. - godexlogconfig
  19. - goncbtcjson
  20. - goncrpcclient
  21. - gobtcd
  22. - gopretty
  23. - godns
  24. - gomadns
  25. - goeasyconfig
  26. - goservice
  27. - goxnet
  28. go_lib_install:
  29. - github.com/namecoin/ncdns
  30. - github.com/namecoin/ncdns/backend
  31. - github.com/namecoin/ncdns/namecoin
  32. - github.com/namecoin/ncdns/ncdomain
  33. - github.com/namecoin/ncdns/ncdt
  34. - github.com/namecoin/ncdns/rrtourl
  35. - github.com/namecoin/ncdns/server
  36. - github.com/namecoin/ncdns/testutil
  37. - github.com/namecoin/ncdns/tlshook
  38. - github.com/namecoin/ncdns/util
  39. targets:
  40. linux:
  41. var:
  42. arch_deps:
  43. - 'libcap-dev:[% c("var/arch_debian") %]'
  44. linux-ppc64le:
  45. var:
  46. container:
  47. use_container: 1
  48. suite: buster
  49. arch: amd64
  50. # Disable hardening-wrapper since it doesn't exist for buster
  51. deps:
  52. - libc6-dev-i386
  53. - lib32stdc++6
  54. - build-essential
  55. - python
  56. - bison
  57. - automake
  58. - libtool
  59. - zip
  60. - unzip
  61. input_files:
  62. - project: container-image
  63. - name: go
  64. project: go
  65. - name: '[% c("var/compiler") %]'
  66. project: '[% c("var/compiler") %]'
  67. - name: binutils
  68. project: binutils
  69. - name: godexlogconfig
  70. project: godexlogconfig
  71. - name: goeasyconfig
  72. project: goeasyconfig
  73. - name: goservice
  74. project: goservice
  75. - name: gogroupcache
  76. project: gogroupcache
  77. - name: goncbtcjson
  78. project: goncbtcjson
  79. - name: goncrpcclient
  80. project: goncrpcclient
  81. - name: gobtcd
  82. project: gobtcd
  83. - name: godns
  84. project: godns
  85. - name: gomadns
  86. project: gomadns
  87. - name: gopretty
  88. project: gopretty
  89. - name: godegoutils
  90. project: godegoutils
  91. - name: goxnet
  92. project: goxnet