Skip to content

Commit

Permalink
fix: Replace makefile with script to update codegen
Browse files Browse the repository at this point in the history
The Makefile driven code generation was removed in upstream in 1.25 and
replaced with a script kubernetes/kubernetes#112819
  • Loading branch information
bryantbiggs committed Apr 28, 2024
1 parent 5b73b2c commit ff575cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Expand Up @@ -93,7 +93,7 @@ mkdir -p ${TEST_ARTIFACTS}/k8s.io/kubernetes
git clone --branch ${KUBERNETES_TAG} --depth 1 https://github.com/kubernetes/kubernetes.git ${TEST_ARTIFACTS}/k8s.io/kubernetes --depth 1

pushd ${TEST_ARTIFACTS}/k8s.io/kubernetes
make generated_files
./hack/update-codegen.sh
./hack/install-etcd.sh
export PATH="${TEST_ARTIFACTS}/k8s.io/kubernetes/third_party/etcd:${PATH}"
popd
Expand Down

0 comments on commit ff575cf

Please sign in to comment.