Skip to content

Commit

Permalink
Fix local ros repo build with locally built backports (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jan 22, 2024
1 parent 2c459e3 commit 3ada97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $(REPOSITORY):
docker run --rm \
-v $(CURDIR):/src \
-v $(CURDIR)/packages/v$(ALPINE_VERSION):/home/builder/packages \
$$(if [ '$@' != 'backports' ]; then echo "-v $(CURDIR)/packages/v$(ALPINE_VERSION)/backports:/home/builder/deps.rw/backports"; fi) \
$(PRIVATE_KEY_OPT) \
-e JOBS=${JOBS} \
-e PURGE_OBSOLETE=yes \
Expand Down

0 comments on commit 3ada97d

Please sign in to comment.