1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00

ci: enable DNS over TLS using OpenSSL in the build test

Prompted by:
    * https://github.com/systemd/systemd/pull/18641#issuecomment-780371055
    * https://github.com/systemd/systemd/issues/18639
This commit is contained in:
Frantisek Sumsal 2021-02-17 09:56:59 +01:00
parent faacac453d
commit 98f6d5769f

View File

@ -12,6 +12,7 @@ ARGS=(
"--optimization=s" "--optimization=s"
"--optimization=3 -Db_lto=true" "--optimization=3 -Db_lto=true"
"--optimization=3 -Db_lto=false" "--optimization=3 -Db_lto=false"
"--optimization=3 -Ddns-over-tls=openssl"
"-Db_ndebug=true" "-Db_ndebug=true"
) )
PACKAGES=( PACKAGES=(