The jenkins site was used to get nightly builds and different build options but unfortunately this site is down right now.
Is there a plan to provide these again? Since GitHub actions now provides Windows, MacOS and Linux support, one could use this service to build OGS5 on all platforms.
Yes, we shutoff the Jenkins server some time ago and also do not have any nightly builds for OGS-5 at the moment. If you have some experience with GitHub actions feel free to implement these for OGS-5!
In the following is a list of available binaries on https://ogsstorage.blob.core.windows.net/binaries/ogs5/:
Clang is not able to compile on MacOS due to some template classes. Did you use GCC there in the past as well? (I fixed it by using gcc-9)
should there be different artifacts for different compilers (gcc 7,9, 10)? Just noted that the ubuntu 20.04 artifact is not working on my 18.04 system. I guess due to different gcc versions (7 on my system, 9 on the Github-actions image)
Looking at the former Jenkins config it looks like there was no Mac build (although I personally build it on one and cannot remember if it worked on clang). I could build on macOS with the following change: