mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 04:33:36 +08: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:
parent
faacac453d
commit
98f6d5769f
1
.github/workflows/build_test.sh
vendored
1
.github/workflows/build_test.sh
vendored
@ -12,6 +12,7 @@ ARGS=(
|
||||
"--optimization=s"
|
||||
"--optimization=3 -Db_lto=true"
|
||||
"--optimization=3 -Db_lto=false"
|
||||
"--optimization=3 -Ddns-over-tls=openssl"
|
||||
"-Db_ndebug=true"
|
||||
)
|
||||
PACKAGES=(
|
||||
|
Loading…
Reference in New Issue
Block a user