Skip to content

Commit 6100fea

Browse files
committed
chomolungma: set up OPENSSL_HOME and LIBSODIUM_HOME
1 parent 6ee5a8f commit 6100fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.docker/everest-chomolungma/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@ RUN git submodule update --init
113113
WORKDIR openssl
114114
RUN ./config no-asm
115115
RUN make
116+
ENV OPENSSL_HOME ${MYHOME}/everest/hacl-star/other_providers/openssl
116117
WORKDIR ../libsodium
117118
RUN ./autogen.sh
118119
RUN ./configure --disable-asm --enable-opt
119120
RUN make
120121
RUN sudo make install
121122
ENV LD_LIBRARY_PATH "/usr/local/lib"
123+
ENV LIBSODIUM_HOME /usr/local
122124

123125
# Set the final directory entrypoint
124126
WORKDIR ${MYHOME}/everest

0 commit comments

Comments
 (0)