tree: 4d135e38cc3ace2ef942dd821ff3fdb20c3284c8 [path history] [tgz]
  1. .ensure-busybox
  2. .ensure-scratch
  3. .go-compile-test-dir
  4. .validate
  5. binary
  6. cover
  7. cross
  8. dynbinary
  9. dyntest-integration
  10. dyntest-unit
  11. README.md
  12. test-integration
  13. test-integration-cli
  14. test-unit
  15. tgz
  16. ubuntu
  17. validate-dco
  18. validate-gofmt
project/make/README.md

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh