On Mon, 13 Jun 2022 at 17:34, sebb <[email protected]> wrote: > > On Mon, 13 Jun 2022 at 12:46, Gary Gregory <[email protected]> wrote: > > > > Hi All: > > > > Can someone explain the mess that is now the GitHub build? Is someone > > fixing it? > > AFAICT it's not actually broken. > > > We used to have a macOS and Ubuntu build, these now do not run it seems. > > What makes you say that? > > I just committed a dummy change, and all the jobs (except the Win one) > have run OK > > > There is a new Job called "Java CI Win" that has never been run and > > Yes, I added that to try and fix the Windows build without affecting > the other builds. > Having a separate script makes it easier to test changes to the GH > setup for that one OS. > > Once it is working, it can be merged in with the main build.
This has now been done. It was just necessary to define OPENSSL_HOME, but finding that and determining the correct value took a while. > > the old job "Java CI" runs a Windows build but only a set up and tear > > down, there is no Maven build run, at all. That was not the case except for a short period during testing Windows builds. > > > > So... fix it or revert? > > Neither. Windows has now been added to the main maven.yml workflow, and it builds OK. > > Gary > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
