We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d0938 commit 6ee7147Copy full SHA for 6ee7147
ci/docker/compose-web/Dockerfile
@@ -24,4 +24,7 @@ RUN mkdir androidx-main
24
WORKDIR androidx-main
25
RUN ~/bin/repo init -u https://android.googlesource.com/platform/manifest \
26
-b androidx-main --partial-clone --clone-filter=blob:limit=10M
27
-RUN ~/bin/repo sync
+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