Review Linux section of CI build matrix #2771
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
stale
Automatic marker for inactivity, please have another look here
T: Maintenance
Work to keep up the quality of the code and documentation.
While working on #2762, I noticed some points in the CI build matrix for Linux, which may deserve attention:
We first set
nest-simulator/.github/workflows/nestbuildmatrix.yml
Lines 401 to 404 in 7d9150c
and then later change this to
nest-simulator/.github/workflows/nestbuildmatrix.yml
Line 540 in 7d9150c
Shouldn't we set it in one place only?
Also, why do we have
nest-simulator/.github/workflows/nestbuildmatrix.yml
Lines 536 to 538 in 7d9150c
where is
NEST_BUILD_COMPILER
set and why are we binding ourselves toclang-11
, while the most recent version is 16.0?Finally and unrelated, what is the purpose of this commented-out section (exists similarly for macOS):
nest-simulator/.github/workflows/nestbuildmatrix.yml
Line 206 in 7d9150c
The text was updated successfully, but these errors were encountered: