Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CI check for -DCMAKE_BUILD_TYPE, should use build_type instead #14008

Merged
merged 4 commits into from
Jul 2, 2023

Conversation

Flamefire
Copy link
Contributor

Checks that -DCMAKE_BUILD_TYPE is no longer used in configopts, see #13384
and that Release is not used as the build_type as it is already the default

Also a change to only parse changed ECs when running the PR tests only instead of all ECs (which takes ages). This leverages the caching behavior of EasyConfigTest._parsed_easyconfigs so when later parsing all ECs the already parsed ones are not reparsed.
This makes running the PR tests only very fast

@Flamefire
Copy link
Contributor Author

Rebased onto develop resolving the conflicts.

@branfosj branfosj merged commit 68245d1 into easybuilders:develop Jul 2, 2023
5 checks passed
@branfosj branfosj modified the milestones: 4.x, next release (4.7.3?) Jul 2, 2023
@Flamefire Flamefire deleted the ci_check_cmake_build_type branch July 2, 2023 10:52
@boegel boegel changed the title Add CI check for CMAKE_BUILD_TYPE add CI check for -DCMAKE_BUILD_TYPE, should use build_type instead Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants