Closed corbett5 closed 11 months ago
Thanks for you support @corbett5 !
You can test this PR against gcc-12
which had the testCRSMatrix
crashing.
Simply remove lines 166 of .github/workflow/ci_tests.yml
(BUILD_AND_TEST_CLI_ARGS: --no-run-unit-tests
).
And you can also remove line 195 (BUILD_AND_TEST_CLI_ARGS: ${{ matrix.BUILD_AND_TEST_CLI_ARGS }}
) which becomes useless.
Related to https://github.com/GEOS-DEV/GEOS/pull/2870