]> git.ipfire.org Git - thirdparty/git.git/commit
ci: drop linux-clang job
authorJeff King <peff@peff.net>
Thu, 1 Jun 2023 18:10:40 +0000 (14:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Jun 2023 01:35:13 +0000 (10:35 +0900)
commitd88d727143c3444897a9fdfe2d443c72808bcc97
tree232886423268b87a10a59ab6c7f6c1ead7dff118
parentec6915265ac4c39f52d89288c9b93ad363636dec
ci: drop linux-clang job

Since the linux-asan-ubsan job runs using clang under Linux, there is
not much point in running a separate clang job. Any errors that a normal
clang compile-and-test cycle would find are likely to be a subset of
what the sanitizer job will find. Since this job takes ~14 minutes to
run in CI, this shaves off some of our CPU load (though it does not
affect end-to-end runtime, since it's typically run in parallel and is
not the longest job).

Technically this provides us with slightly less signal for a given run,
since you won't immediately know if a failure in the sanitizer job is
from using clang or from the sanitizers themselves. But it's generally
obvious from the logs, and anyway your next step would be to fix the
probvlem and re-run CI, since we expect all of these jobs to pass
normally.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml