File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,16 +71,13 @@ RUN ./configure --enable-all --enable-aescfb --enable-cryptocb --enable-rsapss -
7171RUN make && make install
7272WORKDIR /
7373
74- # Clone and prepare patch for NSS
75- RUN git clone https://github.com/LinuxJedi/nss.git
76- WORKDIR /nss
77- RUN git diff origin/master origin/wolfPKCS11 > /nss.patch
78- WORKDIR /
74+ # Clone osp to get the NSS patch
75+ RUN git clone https://github.com/wolfSSL/osp
7976
8077WORKDIR /firefox
8178RUN git checkout $FIREFOX_TAG
8279WORKDIR /firefox/security/nss
83- RUN patch -p1 < /nss.patch
80+ RUN patch -p1 < /osp/ nss/nss-tests-2025-04-11-978205bd37c33d862a5798d8158df7091412d3a7 .patch
8481RUN touch /mozconfig
8582# Enable ASan specific code and build workarounds
8683# RUN echo ac_add_options --enable-address-sanitizer >> /firefox/mozconfig
You can’t perform that action at this time.
0 commit comments