-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix ENABLE_DEV_BUILD #306
Fix ENABLE_DEV_BUILD #306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this out and it's working for me
.gitlab/specs.yml
Outdated
@@ -9,7 +9,7 @@ | |||
.gcc_mvapich2: | |||
variables: | |||
SPEC: 'gcc@$GCC_VERSION^mvapich2' | |||
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On' | |||
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On -DENABLE_DEV_BUILD=On' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we move this to a different config, we build gcc_mvapich2
as our release build so testing for the dev build with it isn't ideal. Maybe clang_mavapich2
, or gcc_spectrum
?
Summary
ENABLE_DEV_BUILD
ENABLE_DEV_BUILD
that prevented it from exporting or required special lists/logicENABLE_DEV_BUILD
to ensure it will not break as oftenToDo :
RELEASE_NOTES.md
with notable changes.