Re: Cuirass instability on aarch64 systems

2024-01-25 Thread guix
Hi, TL;DR: To mitigate this, add `GUILE_JIT_THRESHOLD=-1' as an environment variable for Cuirass. If you use the cuirass package from the guix channel you should be able to use `package-with-patches' and the attached patch. On 2024-01-21T16:16:57+0100, Roman Scherer wrote: > > Hi Guix, > > I'm

Re: Cuirass instability on aarch64 systems

2024-01-25 Thread Roman Scherer
Hi, thank you for your answer. I will try out your suggestion soon. Roman On Sun, Jan 21, 2024, 17:47 wrote: > Hi, > > TL;DR: To mitigate this, add `GUILE_JIT_THRESHOLD=-1' as an environment > variable for Cuirass. If you use the cuirass package from the guix > channel you should be able to us