GHA: use same flags for Slackbuild as Slack package

Closes #10526
This commit is contained in:
andy5995 2023-02-15 13:27:51 -06:00 коммит произвёл Daniel Stenberg
Родитель 3b15ee1e34
Коммит 8125822e6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 4 добавлений и 2 удалений

6
.github/workflows/linux.yml поставляемый
Просмотреть файл

@ -115,8 +115,10 @@ jobs:
install_packages: clang libnss3-dev libnghttp2-dev nss-plugin-pem
configure: CC=clang CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated
- name: Slackware-openssl-gcc
configure: --with-openssl
- name: Slackware-openssl-with-gssapi-gcc
# These are essentially the same flags used to build the curl Slackware package
# https://ftpmirror.infania.net/slackware/slackware64-current/source/n/curl/curl.SlackBuild
configure: --with-openssl --with-libssh2 --with-gssapi --enable-ares --enable-static=no --without-ca-bundle --with-ca-path=/etc/ssl/certs
# Docker Hub image that `container-job` executes in
container: 'andy5995/slackware-build-essential:15.0'