-
Notifications
You must be signed in to change notification settings - Fork 243
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
[BUG] [Mac] 2.17.0 release does not use admin-helper and vfkit binary from installer #3608
Comments
This is a regression introduced in 09de497
We no longer build a release binary for the macos installer, so the binary does not use the installed vfkit/crc-admin-helper. |
I suspect telemetry will also be broken on macos for this release. |
This fixes crc-org#3608 Release binaries use installed vfkit/crc-admin-helper instead of downloading them, and they use the correct telemetry key.
This fixes crc-org#3608 Release binaries use installed vfkit/crc-admin-helper instead of downloading them, and they use the correct telemetry key.
yes, telemetry is also broken :( |
This change was unnecessary, i thought since |
Misc ways to detect this regression during release testing:
We could also add some banner when starting a non-release binary. |
This fixes #3608 Release binaries use installed vfkit/crc-admin-helper instead of downloading them, and they use the correct telemetry key.
We can also add a check in the installer generation jobs, to make sure that the
|
We do remove the entire |
Yes, this is what I meant, the |
admin-helper and vfkit binary is downloading as part of setup instead using from the installer on Mac. Looks like we introduce some regression when we separated tray from the binary as part of package.
The text was updated successfully, but these errors were encountered: