-
Notifications
You must be signed in to change notification settings - Fork 18
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
MAINT: Move sanitizers specific blocks behind a flag #3611
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (8)
- lib/CMakeLists.txt: Language not supported
- lib/cmake/scipp-install.cmake: Language not supported
- lib/common/test/CMakeLists.txt: Language not supported
- lib/core/test/CMakeLists.txt: Language not supported
- lib/dataset/test/CMakeLists.txt: Language not supported
- lib/python/CMakeLists.txt: Language not supported
- lib/units/test/CMakeLists.txt: Language not supported
- lib/variable/test/CMakeLists.txt: Language not supported
Seems like the windows build issue is coming from upstream actions/runner-images#11016 |
0d716c5
to
3fc37aa
Compare
5686aa9
to
1cb6cb2
Compare
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (10)
- CMakePresets.json: Language not supported
- lib/CMakeLists.txt: Language not supported
- lib/cmake/scipp-install.cmake: Language not supported
- lib/common/test/CMakeLists.txt: Language not supported
- lib/core/test/CMakeLists.txt: Language not supported
- lib/dataset/test/CMakeLists.txt: Language not supported
- lib/dataset/test/bin_test.cpp: Language not supported
- lib/python/CMakeLists.txt: Language not supported
- lib/units/test/CMakeLists.txt: Language not supported
- lib/variable/test/CMakeLists.txt: Language not supported
This lets us build (and package) scipp without including the cmake-sanitizers submodule. Conda-forge doesn't really like building with submodules.