mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(curl) (#5066)
* fix(curl) added libpsl dep with 8.6.0 closes #5061 * run-on tests
This commit is contained in:
parent
2c47cc1ee6
commit
3ab24891c4
1 changed files with 6 additions and 5 deletions
|
@ -12,6 +12,7 @@ dependencies:
|
|||
openssl.org: ^1.1
|
||||
curl.se/ca-certs: '*'
|
||||
zlib.net: ^1.2.11
|
||||
rockdaboot.github.io/libpsl: ^0 # added in 8.6.0
|
||||
|
||||
build:
|
||||
- ./configure
|
||||
|
@ -21,8 +22,8 @@ build:
|
|||
- make --jobs {{ hw.concurrency }} install
|
||||
|
||||
test:
|
||||
curl -i tea.xyz
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
|
||||
- curl -i pkgx.sh
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
|
||||
|
||||
provides:
|
||||
- bin/curl
|
||||
|
|
Loading…
Reference in a new issue