From 0e144e8a0681b263ab90dd878aa6d13771279b34 Mon Sep 17 00:00:00 2001 From: f0reachARR Date: Fri, 23 Feb 2024 00:05:58 +0900 Subject: [PATCH] Change rosdep source in deb build --- buildroot/scripts/debian.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/scripts/debian.bash b/buildroot/scripts/debian.bash index 17e3a66..ab330bb 100644 --- a/buildroot/scripts/debian.bash +++ b/buildroot/scripts/debian.bash @@ -21,7 +21,7 @@ apt-get update rosdep update # Ensure that all dependencies are installed -rosdep install -i --from-paths $WORKSPACE_ROOT/src -y +rosdep install -i --from-paths $WORKSPACE_ROOT -y export DEB_BUILD_OPTIONS="parallel=$(nproc) nocheck"