Skip to content

Commit 9ed6180

Browse files
committed
Cleanup
1 parent a416a44 commit 9ed6180

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build-linux/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ WORKDIR ${WORK_DIR}
133133
RUN wget --no-verbose https://github.com/google/protobuf/releases/download/v$protobuf_version/protobuf-cpp-$protobuf_version.tar.gz
134134
RUN tar xzf protobuf-cpp-$protobuf_version.tar.gz
135135
WORKDIR ${WORK_DIR}/protobuf-$protobuf_version
136-
#TODO mettre à jour wiki pour windows :
137-
# cmake --build build --config Release
138-
# cmake --install build --config Release)
139136
RUN cmake -S cmake \
140137
-B build \
141138
-DBUILD_SHARED_LIBS=OFF \

build-raspberrypi/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
105104
ARG openssl_version=3.6.0
106105
WORKDIR ${WORK_DIR}
107106
RUN wget --no-check-certificate --no-verbose https://www.openssl.org/source/openssl-${openssl_version}.tar.gz \

0 commit comments

Comments
 (0)