mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:34:16 +03:00
configure: requires --with-nss-deprecated to build with NSS
Add deprecation plans to docs/DEPRECATE.md Closes #8395
This commit is contained in:
parent
f9d1b25011
commit
3738de3bd1
3 changed files with 30 additions and 3 deletions
2
.github/workflows/nss.yml
vendored
2
.github/workflows/nss.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
build:
|
||||
- name: NSS
|
||||
install:
|
||||
configure: --with-nss --enable-debug --enable-werror
|
||||
configure: --with-nss --enable-debug --enable-werror --with-nss-deprecated
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue