Skip to content

test full compilation in CI#1274

Merged
carlosggarcia merged 9 commits intomasterfrom
revertCMakeChange
Jan 14, 2026
Merged

test full compilation in CI#1274
carlosggarcia merged 9 commits intomasterfrom
revertCMakeChange

Conversation

@carlosggarcia
Copy link
Collaborator

I have added a new step to the CI to make all the targets in the Makefile, including the C-level benchmarks that are currently not being run.

Alternatively, one could replace _ccllib for all in setup.py:

CCL/setup.py

Line 23 in 056ae62

if call(["make", "-Cbuild", "_ccllib"]) != 0:

@damonge, thoughts?

@coveralls
Copy link

coveralls commented Dec 29, 2025

Pull Request Test Coverage Report for Build 20566624524

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.464%

Totals Coverage Status
Change from base Build 20350896932: 0.0%
Covered Lines: 6572
Relevant Lines: 6743

💛 - Coveralls

@carlosggarcia carlosggarcia linked an issue Dec 29, 2025 that may be closed by this pull request
Copy link
Collaborator

@damonge damonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this (better than modifying setup.py). TBH, I'm also fine with just dropping all the C-level tests altogether, since we do not claim to support the C API. Just saying this in case it becomes a nuisance in the future.

@carlosggarcia
Copy link
Collaborator Author

Thanks, I'll have that in mind. Merging now!

@carlosggarcia carlosggarcia merged commit 6d01f96 into master Jan 14, 2026
4 checks passed
@carlosggarcia carlosggarcia deleted the revertCMakeChange branch January 14, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failing manual compilation due to benchmark

3 participants