Add CI build for RHEL8 environment#3731
Conversation
|
Confirmed that this set up would have caught a warning like the one fixed in #3493 |
|
BufferLogger UTs seem to fail in a docker container. I was able to reproduce in a rhel8 container. But running on native rhel8 passed ok. I wonder if the UTs (or component itself) has something that doesn't play nice with being in a container... wil investigate |
|
So, for posterity .... The issue had to do with filesystem permissions within a container. What's really weird is that the issue only appeared when running the RHEL8 container on a linux host. The same container on a macOS host would behave as expected. Basically, |
Change Description
Fix #3548
Also standardizes a little more CI job names so they're nicely sorted
Rationale
RHEL8 compilers seem to catch more warnings than our current CI suite. Some F Prime users use RHEL8, so it's good to test on that.