mbox series

[0/3] ci sanitizer cleanups and performance improvements

Message ID 20230601180220.GA4167745@coredump.intra.peff.net (mailing list archive)
Headers show
Series ci sanitizer cleanups and performance improvements | expand

Message

Jeff King June 1, 2023, 6:02 p.m. UTC
Here are a few patches to tweak our CI sanitizer setup. The first one
hopefully increases coverage. The other two just aim to reduce the
amount of CPU we use.

  [1/3]: ci: use clang for ASan/UBSan checks
  [2/3]: ci: run ASan/UBSan in a single job
  [3/3]: ci: drop linux-clang job

 .github/workflows/main.yml | 10 ++--------
 ci/lib.sh                  |  7 ++-----
 2 files changed, 4 insertions(+), 13 deletions(-)

-Peff

Comments

Junio C Hamano June 3, 2023, 1:35 a.m. UTC | #1
Jeff King <peff@peff.net> writes:

> Here are a few patches to tweak our CI sanitizer setup. The first one
> hopefully increases coverage. The other two just aim to reduce the
> amount of CPU we use.
>
>   [1/3]: ci: use clang for ASan/UBSan checks
>   [2/3]: ci: run ASan/UBSan in a single job
>   [3/3]: ci: drop linux-clang job
>
>  .github/workflows/main.yml | 10 ++--------
>  ci/lib.sh                  |  7 ++-----
>  2 files changed, 4 insertions(+), 13 deletions(-)

Makes sense.  Will queue.  Thanks.