Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local development setup doesn't work on M1 macs #231

Closed
lplazas opened this issue May 15, 2023 · 0 comments · Fixed by #232
Closed

Local development setup doesn't work on M1 macs #231

lplazas opened this issue May 15, 2023 · 0 comments · Fixed by #232
Labels
bug Something isn't working

Comments

@lplazas
Copy link
Contributor

lplazas commented May 15, 2023

Brief summary

Ran into this while setting up my local env for: #206

When following the local dev steps on the README, the make test-setup fails to download the kubebuilder-tools binary as the earliest release supporting darwin-arm is 1.24.1.

Linked is a PR bumping the version, latest version is 1.27.1. Would appreciate any inputs on what is the cycle and internal policy for updating dependency versions.

k6-operator version or image

0.0.9

K6 YAML


Other environment details (if applicable)

No response

Steps to reproduce the problem

Run make test-setup on a m1 mac.

Expected behaviour

Succeed.

Actual behaviour

Failure.

@lplazas lplazas added the bug Something isn't working label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant