summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-04-04 22:37:35 +0100
committerLuca Boccassi <bluca@debian.org>2023-04-04 22:38:08 +0100
commitb7b48b389c5e68154f72133ec5d12ca2412aa406 (patch)
treee8048b8bf854b0a46c6a1fd724a9e5a36b776d14 /.github
parent42559808870e21d1f401f74f0381b88d201cbb3b (diff)
downloadsystemd-b7b48b389c5e68154f72133ec5d12ca2412aa406.tar.gz
ci: do one build with no tpm/p11kit/fido2
We have some missing coverage in the CI, all builds enable these features, but there are often changes and they cover a lot of code. Do one build without them to ensure we don't break builds.
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/build_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh
index 3ec229bd9b..40614f9084 100755
--- a/.github/workflows/build_test.sh
+++ b/.github/workflows/build_test.sh
@@ -11,7 +11,7 @@ ARGS=(
"--optimization=0"
"--optimization=s"
"--optimization=3 -Db_lto=true -Ddns-over-tls=false"
- "--optimization=3 -Db_lto=false"
+ "--optimization=3 -Db_lto=false -Dtpm2=false -Dlibfido2=false -Dp11kit=false"
"--optimization=3 -Ddns-over-tls=openssl"
"--optimization=3 -Dfexecve=true -Dstandalone-binaries=true -Dstatic-libsystemd=true -Dstatic-libudev=true"
"-Db_ndebug=true"