hack/build-go.sh
2c49e079
 #!/bin/bash
 
 # This script sets up a go workspace locally and builds all go components.
 
1b64eb52
 set -o errexit
 set -o nounset
 set -o pipefail
2c49e079
 
e3bb13a1
 OS_ROOT=$(dirname "${BASH_SOURCE}")/..
 source "${OS_ROOT}/hack/common.sh"
2c49e079
 
e3bb13a1
 os::build::build_binaries "$@"
 os::build::place_bins
25328c4f
 os::build::make_openshift_binary_symlinks