GHA/linux: enable ECH in Rustls jobs

Closes #16850
This commit is contained in:
Viktor Szakats 2025-03-27 23:22:41 +01:00
parent 8836e65967
commit 8cc05992a8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -268,11 +268,11 @@ jobs:
- name: rustls valgrind
install_packages: valgrind
install_steps: rust rustls pytest
configure: --with-rustls --enable-debug
configure: --with-rustls --enable-ech --enable-debug
- name: rustls
install_steps: rust rustls skipall
generate: -DCURL_USE_RUSTLS=ON -DENABLE_DEBUG=ON
generate: -DCURL_USE_RUSTLS=ON -DUSE_ECH=ON -DENABLE_DEBUG=ON
- name: IntelC openssl
install_packages: zlib1g-dev libssl-dev