fiesh
fiesh
I haven't looked into the details, but this prevents `ndppd` from starting correctly for me.
I like the change but can't merge :-) One thing though however, it seems the option is only available for C++17, which seems not really necessary? You should probably ping...
> @fiesh std::optional is only available since C++17. You mean keep the option but leave it with no effect? Sorry, I somehow thought `std::optional` was C++11 -- you're right of...
Reproducible via `whipper cd rip`, this is the log file: [whipper.log.gz](https://github.com/whipper-team/whipper/files/8457668/whipper.log.gz)
I'm not really sure what > There is no timeout for a build; a build will run as long as needed to complete all the jobs, but will stop immediately...
> And here are detailed limits of github actions: https://docs.github.com/en/actions/getting-started-with-github-actions/about-github-actions From what I understand, your `Dockerfile` is deemed a single job and can thus run for 6 hours? So the...
Ok I think I found it: Each virtual machine has the same hardware resources available. 2-core CPU 7 GB of RAM memory 14 GB of SSD disk space
It might be worth noting that having a persistent `ccache` may help improve build times quite substantially if `MXE` supports using it. (Speaking from personal experience, all our self-hosted instances...
On a side note, we've been using draco for our projects integrated as a `meson` subproject for quite a while now, works like a charm also in the MXE pipeline....
> Would invoking the build with `make ... WINEPREFIX=/dev/null` work? This is a really good idea! My quick test in a `docker` container made `wine` fail immediately with `wine: cannot...