Open bringel opened 1 year ago
I'm installing python with pyenv rather than building gem extensions but I'm also seeing weird segfaults in gcc with 0.5.5
I also see that cross-compiling our python projects but not every single time. I'm on m2 using colima 0.5.5 with vz and virtiofs.
Sorry for reddit but this one looks very similar
https://www.reddit.com/r/docker/comments/13z70mk/cross_compilation_fails_on_m1_mac_fails_with/
Try starting colima with --vm-type vz --vz-rosetta
seems similar to https://github.com/abiosoft/colima/issues/165
Same
Description
When trying to
bundle install
gems in our Gemfile that need to build some native extensions, we are gettingSEGFAULTS
when compiling. This is only happening on 0.5.5, downgrading to 0.5.4 resolves the problem, but there are features in 0.5.5 that we want to take advantage of. We believe that the issue has to do with the alpine version changeDump of install:
Version
Colima Version: 0.5.5 Lima Version: Qemu Version:
Operating System
Output of
colima status
$ cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.18.0 PRETTY_NAME="Alpine Linux v3.18" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" BUILD_ID="" VARIANT_ID="clm"
colima version 0.5.5 git commit: 6251dc2c2c5d8197c356f0e402ad028945f0e830
runtime: docker arch: aarch64 client: v24.0.5 server: v23.0.6
I don't have the status output anymore but we are using
vz
andvirtiofs
Reproduction Steps
bundle install
Expected behaviour
Gems should be able to build native extensions
Additional context
No response