From 883a7bf6643c890b411386fbf7dd8345c53d26f6 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Tue, 21 Jan 2025 11:25:41 +0100 Subject: [PATCH] Align testing branch with latest fixes for checking before PR --- dockerfile_images/basic/superbuild-icubhead-robometry/Dockerfile | 1 - dockerfile_images/basic/superbuild-icubhead-withuser/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/dockerfile_images/basic/superbuild-icubhead-robometry/Dockerfile b/dockerfile_images/basic/superbuild-icubhead-robometry/Dockerfile index d4ed69b..5656c25 100644 --- a/dockerfile_images/basic/superbuild-icubhead-robometry/Dockerfile +++ b/dockerfile_images/basic/superbuild-icubhead-robometry/Dockerfile @@ -56,7 +56,6 @@ RUN cd ${PROJECTS_DIR}/robotology-superbuild &&\ -DNON_INTERACTIVE_BUILD:BOOL=OFF \ -DROBOTOLOGY_ENABLE_CORE:BOOL=ON \ -DROBOTOLOGY_ENABLE_ICUB_HEAD:BOOL=ON \ - -DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \ # for enabling robometry -DROBOTOLOGY_ENABLE_DYNAMICS:BOOL=ON \ -DROBOTOLOGY_USES_GAZEBO=OFF \ diff --git a/dockerfile_images/basic/superbuild-icubhead-withuser/Dockerfile b/dockerfile_images/basic/superbuild-icubhead-withuser/Dockerfile index 15964f7..755dcd9 100644 --- a/dockerfile_images/basic/superbuild-icubhead-withuser/Dockerfile +++ b/dockerfile_images/basic/superbuild-icubhead-withuser/Dockerfile @@ -104,7 +104,6 @@ COPY --from=builder / / # # The bashrc is read only when opening an interactive shell. Let other projects find packages contained # # in the superbuild. ENV CMAKE_PREFIX_PATH=${INSTALL_DIR} -# ENV YCM_EP_INSTALL_DIR=${INSTALL_DIR} #The EXPOSE instruction does not actually publish the port. #It functions as a type of documentation between the person who builds the image and the person who runs the container, about which ports are intended to be published.