NOAA-EMC / NCEPLIBS-g2

Utilities for coding/decoding GRIB2 messages.
Other
7 stars 14 forks source link

need to break apart the developer workflow #686

Closed edwardhartnett closed 2 months ago

edwardhartnett commented 2 months ago

THe developer workflow does two builds, one with asan and one with valgrind checking.

But these two builds try to share the same data cache and that is not working.

SO I will split them into two workflows and see if that helps.