From: Daan De Meyer Date: Mon, 3 Jun 2024 13:43:31 +0000 (+0200) Subject: Merge pull request #33146 from DaanDeMeyer/clang X-Git-Tag: v256-rc4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954019d2116c8a2e7dcb203e804828328498139b;p=thirdparty%2Fsystemd.git Merge pull request #33146 from DaanDeMeyer/clang mkosi: Add support for building with LLVM --- 954019d2116c8a2e7dcb203e804828328498139b diff --cc .github/workflows/mkosi.yml index b54f386be1d,c9d670134d9..5cf9a0d7538 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@@ -75,9 -81,10 +81,10 @@@ jobs - distro: centos release: "9" sanitizers: "" + llvm: 0 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - uses: systemd/mkosi@8770a4e3390a68522f187acbcd33311040563fda # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space