Skip to content

Commit

Permalink
Limit parallel image processing to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtupitsyn committed Oct 25, 2023
1 parent 57550f4 commit da641b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ images: validate-images
$(call header,"Synchronizing container images into $(BUILDDIR)/docker")
@$(MAKE) $(BUILDDIR)/docker
$(BUILDDIR)/docker:
parallel -j5 --halt-on-error now,fail=1 -v \
parallel -j1 --halt-on-error now,fail=1 -v \
-a build/images/index.txt --colsep '\t' \
build/images/sync.sh "{1}" "{2}" "$(BUILDDIR)/docker/"
cp "build/images/index.txt" "dist/$(RELEASE)-images.txt"
Expand Down

0 comments on commit da641b7

Please sign in to comment.