Skip to content

Commit

Permalink
build_ros1_dependencies.s: touch script_file.installed no skip compil…
Browse files Browse the repository at this point in the history
…ed packages
  • Loading branch information
k-okada committed Oct 13, 2023
1 parent 9299ee4 commit d832815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_unitree_robot/cross/build_ros1_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ docker run -it --rm \
cd /home/user/ros1_dependencies_sources && \
vcs import --skip-existing --retry 10 --shallow src < ros1_dependencies.repos && \
for script_file in \$(ls /home/user/ros1_dependencies_build_scripts/|sort); do
[ -e /home/user/ros1_dependencies_sources/\$script_file.installed ] && continue;
/home/user/ros1_dependencies_build_scripts/\$script_file || exit 1;
touch /home/user/ros1_dependencies_sources/\$script_file.installed;
done && \
pip install -U --user pip && \
export PKG_CONFIG_PATH=\"/opt/jsk/${INSTALL_ROOT}/ros1_dependencies/lib/pkgconfig\" && \
Expand Down

0 comments on commit d832815

Please sign in to comment.