Images 💾

Last commit ⭐

commit 7b06417ccf8519b2f80593f0c88783a7736bc74b
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Tue Apr 23 13:09:31 2024 -0600
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Tue Apr 23 21:16:53 2024 -0600

    CI: Test using Clang for ASAN+UBSAN on Linux, add nightly GCC job
    
    Clang builds of ASAN+UBSAN on Linux take significantly less time on the
    Azure CI runners. Measured times were 82 minutes for Clang 18 and
    112 minutes for GCC 13, with no cache.
    
    To keep our coverage of Ladybird builds + testing with GCC, add a
    nightly job to run through the full test cycle on GCC 13.