File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ ros-$(DISTRO)-%-$(OS_VERSION)_arm64.run: FORCE # extremely slow in QEMU
4747
4848ros-$(DISTRO ) -% -$(OS_VERSION ) .run : FORCE
4949 mkdir -p $(BUILD_DIR ) /$(ALIAS ) /{bloom,rosdep} $(BUILD_DIR ) /$(ALIAS ) /out/{pip,apt,rosdep}
50+ sudo apt update
5051 rosdep update
5152 rosdep keys --from-paths $(SOURCE_DIR ) | grep -e ' -pip$$' > $(BUILD_DIR ) /$(ALIAS ) /rosdep/skip.txt
5253 [ -f $( SOURCE_DIR) /rosdep-skip.txt ] && cat < $(SOURCE_DIR ) /rosdep-skip.txt >> $(BUILD_DIR ) /$(ALIAS ) /rosdep/skip.txt
@@ -63,7 +64,6 @@ ros-$(DISTRO)-%-$(OS_VERSION).run: FORCE
6364 $(SCRIPTS_DIR ) /rosdep2null -o $(BUILD_DIR ) /$(ALIAS ) /rosdep -v $(OS_NAME ) \
6465 $$(colcon --log-base /dev/null list -t -n --packages-up-to $* ) $$(cat $(BUILD_DIR ) /$(ALIAS ) /rosdep/skip.txt )
6566 ROSDEP_SOURCE_PATH=$(BUILD_DIR ) /$(ALIAS ) /rosdep/sources.list.d:$$ {ROSDEP_SOURCE_PATH:-$(DEFAULT_ROSDEP_PATH ) /sources.list.d} rosdep update
66- sudo apt update
6767 colcon --log-base /dev/null list -t --packages-up-to $* | tr -d ' \r' | while read name path ignored; do \
6868 cp -rf $$ path $(BUILD_DIR ) /$(ALIAS ) /bloom/.; \
6969 pushd $(BUILD_DIR ) /$(ALIAS ) /bloom/$$(basename $$path) ; \
You can’t perform that action at this time.
0 commit comments