Open gdw2vs opened 2 months ago
When I build the binaries on my host with go v1.22.0 (e.g. clone the repo, run make
), the resulting binaries also produce the same stack trace.
But, when I build with go v1.23.0, the resulting binaries work.
Although I'm learning, I don't know how to tweak the lima derivation to always build with go > 1.23.x.
(I tried this approach after seeing this line in the lima github actions. I was looking for possible differences to how the official binary is build and how nix might be building it).
Something's fishy. When I build lima with the unstable go v1.23.0 (e.g. nix-shell -p go_1_23
) I still get the stack trace. When I build with the go provided by devbox global add go@1.23.0
, it works. I would've expected these to be the same derivation. I have more learning to do.
It would be helpful if someone running on nixos proper can let me know whether limactl
is working for them with the docker template.
Describe the bug
When running
limactl
with the docker template, I get a "segmentation violation" (see Screenshots below)Steps To Reproduce
Steps to reproduce the behavior:
lima
package from unstable (0.22.0)Expected behavior
VM should be created successfully.
Screenshots
Full output:
Additional context
I'm installing this package on Ubuntu via devbox. I'm really trying to get colima running. Colima uses lima with the docker template.
I don't see this issue with the colima/lima package on macos.
Notify maintainers
@r-ryantm @zowoq
Metadata
Add a :+1: reaction to issues you find important.