Skip to content

Commit

Permalink
ci: Use prebuilt nss (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Feb 4, 2025
1 parent 2406bfa commit e682ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# not compiled with support for SSLKEYLOGFILE.
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842292
ENV NSS_DIR=/nss \
NSS_TARGET=Release \
NSS_PREBUILT=1 \
NSPR_DIR=/nspr \
LD_LIBRARY_PATH=/dist/Release/lib

Expand Down

0 comments on commit e682ede

Please sign in to comment.