Wolf Vollprecht

Results 1460 comments of Wolf Vollprecht

@DimitriPapadopoulos - the progress bar is just for showing the progress. The main problem was the unbuffered read which will result in many more system calls and generally be slow....

argh. Just to be sure - `0.28.2`, right?

Where is your output folder located and the corresponding `src_cache` folder? Is that also on the network drive? I am not really sure what we're doing wrong .. I had...

I kicked off a build that you could try for debugging: https://github.com/prefix-dev/rattler-build/pull/1146 ... And when you run `unzip` locally, you also extract to that same `/tmp/...` folder?

Yuo can find the binaries here: https://github.com/prefix-dev/rattler-build/actions/runs/11594061424?pr=1146

Do you have a reproducer? Would love to try with rattler-build

Does ninjas have a job server? Our idea was to start all builds. Once we see one taking all the CPU we could send SIGHALT to all other processes and...

Ah great, a job server was one of the pieces that would be great for something like this. But then you still end up, to some degree, with the problem...

we should move any and all to the reducer framework.

It's actually a "simple" fix - just need to pass a correct reducing lambda or struct to the make reducer macro. btw. where was your issue with the `cum*` functions?...