From cairo Fri Sep 16 01:55:02 2022 From: Stuart Axon Date: Fri, 16 Sep 2022 01:55:02 +0000 To: cairo Subject: Re: [cairo] Dev setup for cairo - containers ? Message-Id: <2061595085.6448.1663293302227 () mail ! yahoo ! com> X-MARC-Message: https://marc.info/?l=cairo&m=166329301815226 MIME-Version: 1 Content-Type: multipart/mixed; boundary="------=_Part_6447_1798935810.1663293302225" ------=_Part_6447_1798935810.1663293302225 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Nice, that's pretty straightforward. I had a really brief look at podman, and will probably come back to it, but in the meantime LD_PRELOAD seems very low friction. S++ On Tuesday, September 13, 2022 at 04:13:59 PM GMT+1, Uli Schlachter wrote: Hi, Am 06.09.22 um 14:26 schrieb Stuart Axon: > Do people here use containers when developing cairo ? > I remember a long time ago breaking things by overwriting my system cairo - what method do people use to isolate their builds from the system cairo ? Personally, I use LD_PRELOAD to run whatever I want with my dev-cairo. Something like LD_PRELOAD=/path/to/cairo/meson/build/dir/src/ program. Cheers, Uli -- "Why make things difficult, when it is possible to make them cryptic and totally illogical, with just a little bit more effort?" -- A. P. J. ------=_Part_6447_1798935810.1663293302225 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Nice, that's pretty straightforward.

I had a really brief look at podman, and will probably come back to it, but in the meantime LD_PRELOAD seems very low friction.


S++


On Tuesday, September 13, 2022 at 04:13:59 PM GMT+1, Uli Schlachter <psychon@znc.in> wrote:


Hi,

Am 06.09.22 um 14:26 schrieb Stuart Axon:
> Do people here use containers when developing cairo ?
> I remember a long time ago breaking things by overwriting my system cairo - what method do people use to isolate their builds from the system cairo ?


Personally, I use LD_PRELOAD to run whatever I want with my dev-cairo.
Something like LD_PRELOAD=/path/to/cairo/meson/build/dir/src/ program.

Cheers,
Uli
--
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?" -- A. P. J.


------=_Part_6447_1798935810.1663293302225--