Re: Virtualisation

2024-02-13 Thread Oleg Pykhalov
Hi, Fabio Natali writes: > I need to set up a small number of VMs on a server. The network > architecture would be fairly simple. > > I'm considering to use Guix for the server, plus some virtualisation > tools/scripts to set up the VMs, as an alternative to Proxmox and > similar common solution

Re: Python package with some rust dependency

2024-02-13 Thread Alexis Simon
Fair enough, I just meant that it's pretty hard as a newcomer to know which build system You're supposed to use to start with when encountering a project where several languages are used. Alexis On 13/02/2024 13:46, Carlo Zancanaro wrote: On Tue, Feb 13 2024, Alexis Simon wrote: Ok, this see

Re: Python package with some rust dependency

2024-02-13 Thread Carlo Zancanaro
On Tue, Feb 13 2024, Alexis Simon wrote: > Ok, this seems really counter intuitive though to go and use the cargo > build system for a python package only have a tiny part in rust. I'm not sure why this is counter-intuitive. The existence of any rust at all means you need to build rust code. The n

Re: Python package with some rust dependency

2024-02-13 Thread Alexis Simon
Thanks a lot Carlo I see what you mean there, but I'm probably out of my depth in terms of guix/guile knowledge so this will probably have to wait for me to level up. On 12/02/2024 15:29, Carlo Zancanaro wrote: Hi Alexis, I don't really know much about building rust. Given this one repositor

Virtualisation

2024-02-13 Thread Fabio Natali
Hi! 👋 I need to set up a small number of VMs on a server. The network architecture would be fairly simple. I'm considering to use Guix for the server, plus some virtualisation tools/scripts to set up the VMs, as an alternative to Proxmox and similar common solutions. I know Ganeti might be an op

Building a Docker image for GitLab-CI

2024-02-13 Thread Ludovic Courtès
Hello Guix! Has anyone succeeded in building a Docker image suitable for use in GitLab-CI? I haven’t. Here’s what I tried. Initially, I built an image with ‘guix system image -t docker …’ but that doesn’t work because then the image’s “entry point” is shepherd, but shepherd never returns. Thus