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

ci: Drop Clang jobs where we already test earlier and later versions #738

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

robinlinden
Copy link
Owner

This is being done both so that the GitHub Actions cache doesn't fill up as fast, and so that I won't have to spend as much time waiting for queued jobs to run.

If libc++15 and libc++17 both work, then libc++16 probably also works.

Clang 15 is used in one of the sanitizer jobs, so the plain build is sort of redundant.

The plain Clang 16 build was dropped as we test Clang 14, 15, and 17, and it'll probably work if the surrounding versions work.

If libc++15 and libc++17 both work, then libc++16 probably also works.

Clang 15 is used in one of the sanitizer jobs, so the plain build is
sort of redundant.

The plain Clang 16 build was dropped as we test Clang 14, 15, and 17,
and it'll probably work if the surrounding versions work.
@robinlinden robinlinden merged commit d3821b2 into master Oct 20, 2023
22 checks passed
@robinlinden robinlinden deleted the ci-drop-inbetween-builds branch October 20, 2023 11:00
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