Skip to content

Commit

Permalink
gen .make/go-pkgdeps.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Nov 14, 2024
1 parent 556548b commit c7c25de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hack/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ TMPFILE="${TMPDIR}/test-integration.log"
function test-integration() {
./build/shell.sh -c '
./hack/install-etcd.sh
PATH=$(pwd)/third_party/etcd:${PATH} make test-integration
./hack/run-in-gopath.sh go install ./hack/make-rules/helpers/go2make
mkdir .make
./hack/run-in-gopath.sh go2make k8s.io/kubernetes/... --prune k8s.io/kubernetes/staging --prune k8s.io/kubernetes/vendor k8s.io/kubernetes/vendor/k8s.io/... > .make/go-pkgdeps.mk
DBG_CODEGEN=1 PATH=$(pwd)/third_party/etcd:${PATH} make test-integration
'
}

Expand Down

0 comments on commit c7c25de

Please sign in to comment.