tree: 31c68976049aba5b4825e736fad35012c4a754c4 [path history] [tgz]
  1. .ensure-busybox
  2. .ensure-scratch
  3. .validate
  4. binary
  5. cover
  6. cross
  7. dynbinary
  8. dyntest
  9. dyntest-integration
  10. README.md
  11. test-integration
  12. test-integration-cli
  13. test-unit
  14. tgz
  15. ubuntu
  16. validate-dco
  17. validate-gofmt
hack/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