mirror of
https://github.com/curl/curl.git
synced 2026-07-26 19:17:22 +03:00
GHA: add libssh to the openssl O3 job
To make sure we run libssh tests with valgrind enabled Closes #17345
This commit is contained in:
parent
f0f6c610a9
commit
b97d5f931a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -163,9 +163,9 @@ jobs:
|
|||
install_steps: pytest
|
||||
configure: CFLAGS=-std=gnu89 --with-openssl --enable-debug
|
||||
|
||||
- name: openssl -O3 valgrind
|
||||
install_packages: zlib1g-dev valgrind
|
||||
configure: CFLAGS=-O3 --with-openssl --enable-debug
|
||||
- name: openssl -O3 libssh valgrind
|
||||
install_packages: zlib1g-dev libssh-dev valgrind
|
||||
configure: CFLAGS=-O3 --with-openssl --enable-debug --with-libssh
|
||||
|
||||
- name: openssl clang krb5
|
||||
install_packages: zlib1g-dev libkrb5-dev clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue