Images 💾

Last commit ⭐

commit 1e737e763ef472e6c6855a7431ce556d5995d6d1
Author:     Daniel Bertalan <dani@danielbertalan.dev>
AuthorDate: Sat Aug 12 16:06:46 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Aug 13 05:14:07 2023 +0200

    CI: Force UBSan errors to be fatal for Serenity tests
    
    The test runner script sets the `halt_on_error=1` `UBSAN_OPTIONS` flag
    already, this just makes it a compile-time decision. This should
    alleviate some of the slowness of running on-target tests without
    hardware acceleration.