Skip to content

Commit 6ee7147

Browse files
committed
Speed up syncing and creating symlink for compose-web/Dockerfile
1 parent d3d0938 commit 6ee7147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/docker/compose-web/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ RUN mkdir androidx-main
2424
WORKDIR androidx-main
2525
RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \
2626
-b androidx-main --partial-clone --clone-filter=blob:limit=10M
27-
RUN ~/bin/repo sync
27+
RUN ~/bin/repo sync -c --no-tags --no-clone-bundle -j4
28+
RUN ln -sf /androidx-main/tools/ /mnt/tools
29+
RUN ln -sf /androidx-main/prebuilts/ /mnt/prebuilts
30+
RUN ln -sf /androidx-main/external /mnt/external

0 commit comments

Comments
 (0)