File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ WORKDIR ${WORK_DIR}
133133RUN wget --no-verbose https://github.com/google/protobuf/releases/download/v$protobuf_version/protobuf-cpp-$protobuf_version.tar.gz
134134RUN tar xzf protobuf-cpp-$protobuf_version.tar.gz
135135WORKDIR ${WORK_DIR}/protobuf-$protobuf_version
136- # TODO mettre à jour wiki pour windows :
137- # cmake --build build --config Release
138- # cmake --install build --config Release)
139136RUN cmake -S cmake \
140137 -B build \
141138 -DBUILD_SHARED_LIBS=OFF \
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ RUN rm -Rf boost_$boost_version \
101101# ############################################################
102102# # OpenSSL (cross compile only)
103103# ############################################################
104- # TODO tester version plus récente
105104ARG openssl_version=3.6.0
106105WORKDIR ${WORK_DIR}
107106RUN wget --no-check-certificate --no-verbose https://www.openssl.org/source/openssl-${openssl_version}.tar.gz \
You can’t perform that action at this time.
0 commit comments