* fix(curl)

added libpsl dep with 8.6.0

closes #5061

* run-on tests
This commit is contained in:
Jacob Heider 2024-01-31 12:55:08 -05:00 committed by GitHub
parent 2c47cc1ee6
commit 3ab24891c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,17 +12,18 @@ dependencies:
openssl.org: ^1.1 openssl.org: ^1.1
curl.se/ca-certs: '*' curl.se/ca-certs: '*'
zlib.net: ^1.2.11 zlib.net: ^1.2.11
rockdaboot.github.io/libpsl: ^0 # added in 8.6.0
build: build:
- ./configure - ./configure
--prefix={{prefix}} --prefix={{prefix}}
--with-openssl --with-openssl
--with-ca-fallback # uses openssls certs (which we control) --with-ca-fallback # uses openssls certs (which we control)
- make --jobs {{ hw.concurrency }} install - make --jobs {{ hw.concurrency }} install
test: test:
curl -i tea.xyz - curl -i pkgx.sh
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
provides: provides:
- bin/curl - bin/curl