The project has its CI actions set up and running all fine for a long time now,
e.g: <https://github.com/arturo-lang/arturo/runs/7325263683>
Given that I received an issue report stating that there are
libcrypto/ssl-related issues on Ubuntu 22.04, I decided to create a couple of
VMs (one with 20.04 and another one with 22.04) to try the whole thing out
myself.
Now... here comes the weird part:
Although my Ubuntu CI builds have run consistently for months, when I'm trying
to build the exact same thing via any of the two VMs, I keep getting an error:
fatal.nim(53) sysFatal
Error: unhandled exception: value out of range: 137 notin -128 .. 127
[RangeDefect]
Run
I have absolutely no idea where this is coming from or how to track it down -
sure thing is: it's _not_ something that happens in Github's CI builds.
Any ideas?