Matthieu Gouel

Results 14 comments of Matthieu Gouel

In this case I have: ``` chown: changing ownership of '/var/lib/clickhouse/': Permission denied ```

I cleaned up everything with: ``` colima stop colima delete rm -Rf volumes/clickhouse ``` Then I started again the VM with: ``` colima start --mount /Users/matthieugouel/Documents/Code:w ``` I ssh onto...

When I start the clickhouse container without any volume and I open a terminal on it, I remark that the directory I try to mount as a volume `/var/lib/clickhouse` has...

Yes unfortunately. The issue seems to be on all images that use a specific user (for instance here clickhouse with the UID 101) that does not exist on the VM.

Hi! Exactly the same issue as before unfortunately.

Hi ! I consider building a compiler using llvmlite but I'm trying not to depend on gcc/ld or clang to do the linking step. I don't know if it's really...

Thanks for your response ! When you say `IR linker` do you speak about `llc`? To my understanding it's not binded by llvmlite so I have to install it independently,...

Hi, I think maybe my question wasn't very clear so I apologies. In fact what I would like is to be independent of an external binary (gcc, clang, ...) for...

Ok I think I get it. At first I have a llvmlite module generated by my compiler. If at this step if I have multiple modules I can use `link_in`...

Hi @abiosoft, I tested the new version of Colima (installed with the brew command line you suggested) on MacOS Ventura. I did the same test than my original message and...