diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-17 09:56:59 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-17 16:41:23 +0100 |
commit | 98f6d5769fbc2905e0d8d8fbe20881b648a6f336 (patch) | |
tree | 8d4050f51bede35de827fb050507df198024537b /.github | |
parent | faacac453d0eac37ac408ecbeb5ec0e8112e8f03 (diff) | |
download | systemd-98f6d5769fbc2905e0d8d8fbe20881b648a6f336.tar.gz |
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
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/build_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index 2f3646e7ed..fc3d6c096e 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -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=( |