Skip to content

Commit

Permalink
FIXME pin code-generator to alpha.3
Browse files Browse the repository at this point in the history
Until upstream has fixed the release engineering.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Mar 28, 2024
1 parent ec0abd9 commit b7f2b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ pkg/client/clientset/.client-gen.stamp: $(shell find $(clientset_input_dirs) -ty
pkg/client/clientset/.client-gen.stamp: .k0sbuild.docker-image.k0s hack/tools/boilerplate.go.txt embedded-bins/Makefile.variables
gendir="$$(mktemp -d .client-gen.XXXXXX.tmp)" \
&& trap "rm -rf -- $$gendir" INT EXIT \
&& CGO_ENABLED=0 $(GO) run k8s.io/code-generator/cmd/client-gen@v$(kubernetes_version:1.%=0.%) \
&& `# FIXME hotfix for https://github.com/kubernetes/kubernetes/issues/123933` \
&& CGO_ENABLED=0 $(GO) run k8s.io/code-generator/cmd/client-gen@v0.30.0-alpha.3 \
--go-header-file=hack/tools/boilerplate.go.txt \
--input-base='' \
--input=$(subst $(space),$(comma),$(clientset_input_dirs:%=github.com/k0sproject/k0s/%)) \
Expand Down

0 comments on commit b7f2b5b

Please sign in to comment.