Skip to content

CI: test both gcc/clang and prevent double-runs#5

Merged
jaja360 merged 1 commit intomainfrom
improve_CI
Feb 19, 2026
Merged

CI: test both gcc/clang and prevent double-runs#5
jaja360 merged 1 commit intomainfrom
improve_CI

Conversation

@jaja360
Copy link
Copy Markdown
Collaborator

@jaja360 jaja360 commented Feb 19, 2026

The previous Github CI configuration ran the same compilation test twice (once with shared: ON and once with shared: OFF).

Maybe I'm mistaken, but from what I understand, that variable don't change anything in our case, and thus it just makes our pipelines run twice.

This PR replaces the redundant pipeline by a test with Clang 18 (in addition to the existing GCC 14).

@jaja360 jaja360 requested a review from lemire February 19, 2026 02:27
@jaja360 jaja360 changed the title CI: testi both gcc/clang and prevent double-runs CI: test both gcc/clang and prevent double-runs Feb 19, 2026
Copy link
Copy Markdown
Member

@lemire lemire left a comment

Choose a reason for hiding this comment

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

of course

@jaja360 jaja360 merged commit 384925f into main Feb 19, 2026
4 checks passed
@jaja360 jaja360 deleted the improve_CI branch February 19, 2026 04:43
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.

2 participants