Skip to content

Commit

Permalink
Test jazzy 8: docker file updated
Browse files Browse the repository at this point in the history
No yarp plugins for the moment
  • Loading branch information
elandini84 committed Dec 10, 2024
1 parent f83e188 commit 52ef847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker_stuff/docker_sim2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ ENV YARP_ROOT=${robotology_install_folder}/yarp
ENV YARP_DIR=${robotology_install_folder}/yarp/build

# YARP bindings
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
RUN cd yarp && cd bindings && mkdir build && cd build && cmake .. -DCREATE_PYTHON=ON && make -j11
# USER ${robotology_install_user}
# WORKDIR ${robotology_install_folder}
# RUN cd yarp && cd bindings && mkdir build && cd build && cmake .. -DCREATE_PYTHON=ON && make -j11

# Install YARP completion
RUN sudo ln -s /usr/local/share/bash-completion/completions/yarp /usr/share/bash-completion/completions
Expand Down
6 changes: 3 additions & 3 deletions docker_stuff/docker_tourCore2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ ENV YARP_ROOT=${robotology_install_folder}/yarp
ENV YARP_DIR=${robotology_install_folder}/yarp/build

# YARP bindings
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
RUN cd yarp && cd bindings && mkdir build && cd build && cmake .. -DCREATE_PYTHON=ON && make -j11
# USER ${robotology_install_user}
# WORKDIR ${robotology_install_folder}
# RUN cd yarp && cd bindings && mkdir build && cd build && cmake .. -DCREATE_PYTHON=ON && make -j11

# Install YARP completion
RUN sudo ln -s /usr/local/share/bash-completion/completions/yarp /usr/share/bash-completion/completions
Expand Down

0 comments on commit 52ef847

Please sign in to comment.