diff options
author | Luca Boccassi <bluca@debian.org> | 2023-10-27 12:47:43 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-10-27 15:03:23 +0200 |
commit | 64ec2d073fe53c791b79312e5f154c17094cb5e3 (patch) | |
tree | 610547852d5fd18acea462075303077c01d426dc /.github/workflows/build_test.sh | |
parent | resolved: fix build failure with gnutls (diff) | |
download | systemd-64ec2d073fe53c791b79312e5f154c17094cb5e3.tar.xz systemd-64ec2d073fe53c791b79312e5f154c17094cb5e3.zip |
CI: add a build job with TPM but without OpenSSL
We keep introducing build failures with this combination due to the
high amount of changes, add a combination that covers it
Diffstat (limited to '.github/workflows/build_test.sh')
-rwxr-xr-x | .github/workflows/build_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index 176764246f..99dadd2228 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -8,7 +8,7 @@ fatal() { echo >&2 -e "\033[31;1m$1\033[0m"; exit 1; } success() { echo >&2 -e "\033[32;1m$1\033[0m"; } ARGS=( - "--optimization=0" + "--optimization=0 -Dopenssl=disabled -Dcryptolib=gcrypt -Ddns-over-tls=gnutls -Dtpm=true -Dtpm2=enabled" "--optimization=s" "--optimization=3 -Db_lto=true -Ddns-over-tls=false" "--optimization=3 -Db_lto=false -Dtpm2=disabled -Dlibfido2=disabled -Dp11kit=disabled" |