-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fix the development environment for linux, darwin and M1 arch #1041
Conversation
77a34fb
to
413fb38
Compare
059c867
to
5b19028
Compare
5b19028
to
0f651cc
Compare
c05e2d0
to
6538d7c
Compare
6538d7c
to
239607f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can we avoid loading preflight for e2e tests?
sha256 = "a874d479f183f9e4c19a5c69b44955fabd2e250b467d2d9f0641ae91a82ddbea", | ||
urls = ["https://storage.googleapis.com/cert-manager-testing-assets/kube-apiserver-1.17.3_darwin_amd64"], | ||
sha256 = "800eedc293bcc72eb962df3e8006d7106790ca583a4ea5c107453bab3bf859b4", | ||
urls = ["https://storage.googleapis.com/cockroach-operator-testing-assets/kube-apiserver-1.24.2_darwin_amd64"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update kube-apiserver_linux_amd64 as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it. Also, gen_rule doesn't have any such condition. I might have to look deeper to move fetch_preflight
to some other target which have platform specific option.
8803436
to
7c67d14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Will merge when test passes |
f4f12f1
to
0d10dfb
Compare
51be942
to
ed20896
Compare
36e752f
to
f157001
Compare
f157001
to
4d8a6c9
Compare
Update the code to support development on Darwin amd64 and arm64 architectures.