Closed PhilMiller closed 7 months ago
This'll need updates from NOAA-OWP/evapotranspiration#35 and NOAA-OWP/topmodel#47
PET update in PR #785
Topmodel update in that PR too
Looks like there's another round of changes to Topmodel and CFE that'll be necessary to get this through.
My mistake in finding it earlier was apparently in not building with -O1
which does a bit more control and data flow analysis while compiling.
I'm inclined to pick a core set of tests which we would like to run on latest, perhaps without -Werror
, just to help keep an eye on upgrade paths and what is/isn't working on newer tool chains. We can setup an explicit workflow for these. I don't think it is worth running all the various tests, but maybe just the core unit tests as early indicators.
I'm inclined to pick a core set of tests which we would like to run on latest, perhaps without
-Werror
, just to help keep an eye on upgrade paths and what is/isn't working on newer tool chains. We can setup an explicit workflow for these. I don't think it is worth running all the various tests, but maybe just the core unit tests as early indicators.
I'd be open to adding something like that. I was actually planning to open a follow-on PR trial the switch to Ubuntu 22.04, knowing that it will fail everything right now.
Let's open an issue for tracking a latest
build CI workflow for a subset of tests, and we can work off that and get this merged. We should probably also check our documentation on supported tool chains and make sure it is consistent. Another issue we may want to open is a plan for CI upgrades.
We should guard against integrating code that introduces new warnings. There are few enough existing warnings that it's worth just fixing them in the process.
Changes
Notes
Checklist
Target Environment support