- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Running into this error when installing the setup-envtest tools on a linux-amd64 system
/bin/sh: 1: /home/runner/go/bin/setup-envtest: not found => Installing Kubebuilder test tools... go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240522175850-2e9781e9fc60 go: downloading github.com/spf13/afero v1.6.0 go: downloading go.uber.org/zap v1.26.0 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading golang.org/x/text v0.14.0 go: downloading go.uber.org/multierr v1.10.0 => Instructions: => Set environment variable KUBEBUILDER_ASSETS for tests. => KUBEBUILDER_ASSETS="" unable to find a version that was supported for platform linux/amd64 KUBEBUILDER_ASSETS="" CGO_ENABLED=1 gotestsum --junitfile ./dist/unit_test/results.xml -- -v ./pkg/... -race -coverprofile ./dist/unit_test/ut_coverage.out
This is happening in a makefile where the controller-runtime package gets downloaded and used: https://github.com/radius-project/radius/blob/66aad2c07b0793a1c59088b4868a83596ca3e448/build/test.mk#L51
This seems to be isolated to linux-amd64 and it's not happening for other architectures
Metadata
Metadata
Assignees
Labels
No labels