Samuel Wein
Samuel Wein
Qt JSON is part of qtCore so we should already have the required libraries.
This looks ready to go, but should wait until the beginning of the next dev cycle.
@cbielow our failing tests here are the Sirius ones that are also failing on develop. Can we go ahead and merge this in?
> Yes, these are the same set of tests that keep failing. Looking into it there seems to be an issue with our CI where it continues to run the...
I talked to Martin about this. He offered to change how the proxy was working, and set it up as something like pypi.cs.uni-tuebingen.de @jpfeuffer would that require any changes to...
its now located at https://pypi.cs.uni-tuebingen.de/ and looks like it works (at least for downloading packages).
fixed in https://github.com/OpenMS/OpenMS/pull/6532
rebuild jenkins
Need to update docs to say that we use dynamic linking of libs instead.
can we use https://github.com/lewagon/wait-on-check-action to pause uploading until all the other jobs are complete, combined with fast-fail to abort all of the runners if one fails?