Skip to content

Commit

Permalink
Align testing branch with latest fixes for checking before PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Jan 21, 2025
1 parent 923e356 commit 883a7bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 883a7bf

Please sign in to comment.