Martin Braun

Results 179 comments of Martin Braun

FYI, I tried reproducing this on my own system (in the same Docker container as the CI) and I saw a massive CPU spike. Maybe I would have eventually gotten...

...what I'm trying to say is, yeah, I think it's an out-of-memory problem. But not because the CI runner is low on memory. This looks like an infinite loop, or...

I'm getting a million of these: ``` 114: Volk warning: no arch found, returning generic impl 114: Volk warning: no arch found, returning generic impl 114: Volk warning: no arch...

> This is a bit too deterministic for "the container just happened to run out of RAM. I was trying to say the opposite. And this is easily reproducible if...

The Debian 11 container ships a binary version of VOLK. We still need to fix this (probalby in VOLK), but it's not something that we can easily inject to make...

> Just as a note (not an argument either way), using header-only libraries pretty much eliminates the possibility of ABI-compatible releases. It's already almost impossible to guarantee ABI compatibilty with...

@japm48 Since we're currently unsure if we want to kill Boost.Asio in GR 3, I've pulled out most of your PR #6260.

How did you set that env var for PyBOMBS? Did you try $ pybombs config --env DEBIAN_FRONTEND noninteractive ?

This looks like it's not portable to some other shells, but I like some of the concepts.

Wow, that is odd. How would it even know about prefix1? Bizarre.