configure: requires --with-nss-deprecated to build with NSS

Add deprecation plans to docs/DEPRECATE.md

Closes #8395
This commit is contained in:
Daniel Stenberg 2022-02-07 14:20:03 +01:00
parent f9d1b25011
commit 3738de3bd1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 30 additions and 3 deletions

View file

@ -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: |