skip download of missing root folder go modules

This commit is contained in:
Vasyl Tretiakov 2025-11-15 20:39:16 +02:00
parent de057de854
commit 45cebf61b0

View File

@ -91,7 +91,7 @@ RUN cd emp-tool && sed -i 's/add_library(${NAME} SHARED ${sources})/add_library(
RUN cd emp-ot && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && cd .. && make && make install && cd ..
RUN go mod download
# RUN go mod download
## Generate Rust bindings for channel
WORKDIR /opt/ceremonyclient/channel