-
Notifications
You must be signed in to change notification settings - Fork 119
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
lima-vm: vz error with the pkgx version, not with the brew one #7853
Comments
Does |
I get |
actually:
it finds AES, but doesn't find the kernel. that seems like it's potentially a problem. |
i note that |
our |
interestingly, it works with |
on osx it does not use qemu but vz. |
cool. yeah, always good to have users involved in testing. i reviewed both their release process and the homebrew build and didn't see differences of note, though there's clearly something. |
nestedvirtualization is off even when using the brew limactl binary. when diffing the info output only the templates location differ. |
on what kind of hardware is it built? M3- or M3+ ? |
cf https://github.com/lima-vm/lima/blob/master/.github/workflows/release.yml and lima-vm/lima#2767 the compiling environment is important to enable the new features |
M1. We should be able to control that with build flags, hopefully. |
So, this appears to be the relevant code: https://github.com/lima-vm/lima/blob/5ac7de0bf9e45e403f1af08d1f2f998bb8d04d58/Makefile#L24-L31 Both build machines are using the 14.5 SDK, so it shouldn't be disabling |
I find no difference in behavior building with sdk 14.5 or 15.1 locally (though, I also have the brew binary fail to nest on my M2). the entitlements look correct too:
|
Nested virtualization under M3+ masOS 15+
Template file : nested.yaml
VM creation
VM start (pkgx version)
VM start (brew version)
The text was updated successfully, but these errors were encountered: