mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 00:58:47 +00:00
build.Containerfile: use cache for Gradle/Maven build artifacts
This commit is contained in:
parent
e7e8af6a10
commit
cd6628088a
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ RUN --mount=target=/home/builder/android-sdk,type=cache,uid=1000,gid=1000,sharin
|
|||
|
||||
# build project
|
||||
RUN --mount=target=/home/builder/android-sdk,type=cache,uid=1000,gid=1000,sharing=locked \
|
||||
--mount=target=/home/builder/.gradle,type=cache,uid=1000,gid=1000,sharing=locked \
|
||||
if [ -e /dev/fuse ] ; \
|
||||
then /bin/mv project project.u && /bin/mkdir project && \
|
||||
/usr/bin/disorderfs --sort-dirents=yes --reverse-dirents=no project.u project ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue