Skip to content

Commit 1885972

Browse files
committed
Update Firefox test to use OSP
1 parent 9551344 commit 1885972

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Docker/firefox/Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,13 @@ RUN ./configure --enable-all --enable-aescfb --enable-cryptocb --enable-rsapss -
7171
RUN make && make install
7272
WORKDIR /
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

8077
WORKDIR /firefox
8178
RUN git checkout $FIREFOX_TAG
8279
WORKDIR /firefox/security/nss
83-
RUN patch -p1 < /nss.patch
80+
RUN patch -p1 < /osp/nss/nss-tests-2025-04-11-978205bd37c33d862a5798d8158df7091412d3a7.patch
8481
RUN touch /mozconfig
8582
# Enable ASan specific code and build workarounds
8683
#RUN echo ac_add_options --enable-address-sanitizer >> /firefox/mozconfig

0 commit comments

Comments
 (0)