mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
WORKFLOWS: trying to add a real persistency to cooker persistent builds
This commit is contained in:
parent
ec0083a36e
commit
75f39eceba
|
@ -19,6 +19,8 @@ mkdir -vp ${$BUILD_DIR}/"$FOLDER"
|
||||||
flatpak-builder --user --force-clean \
|
flatpak-builder --user --force-clean \
|
||||||
--install-deps-from=flathub \
|
--install-deps-from=flathub \
|
||||||
--install-deps-from=flathub-beta \
|
--install-deps-from=flathub-beta \
|
||||||
|
--keep-build-dirs \
|
||||||
|
--rebuild-on-sdk-change \
|
||||||
--repo="${BUILD_DIR}/.local" \
|
--repo="${BUILD_DIR}/.local" \
|
||||||
--disable-download \
|
--disable-download \
|
||||||
"${BUILD_DIR}/${FOLDER}" \
|
"${BUILD_DIR}/${FOLDER}" \
|
||||||
|
|
Loading…
Reference in a new issue