From: Lennart Poettering Date: Mon, 13 Nov 2023 15:23:51 +0000 (+0100) Subject: ci: work around mold/clang incompat X-Git-Tag: v255-rc2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e91c97affb5eadaf49308b60848b478b3cbc976;p=thirdparty%2Fsystemd.git ci: work around mold/clang incompat See discussion: https://github.com/systemd/systemd/pull/30003#issuecomment-1808349258 --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index c37cdce6096..f91ac030663 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -27,8 +27,8 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "11", LINKER: "bfd", CRYPTOLIB: "gcrypt" } - { COMPILER: "gcc", COMPILER_VERSION: "13", LINKER: "mold", CRYPTOLIB: "openssl" } - - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "bfd", CRYPTOLIB: "gcrypt" } - - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "mold", CRYPTOLIB: "openssl" } + - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "mold", CRYPTOLIB: "gcrypt" } + - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "bfd", CRYPTOLIB: "openssl" } - { COMPILER: "clang", COMPILER_VERSION: "17", LINKER: "lld", CRYPTOLIB: "auto" } env: ${{ matrix.env }} steps: