1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

build/windows: Temporarely show flatpak deps building to see if ORAS caching is working

This commit is contained in:
Bruno Lopes
2025-09-23 11:51:18 -03:00
parent 72533aaf8e
commit fdb4111e3f
2 changed files with 1 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ if [ "$GITLAB_CI" ]; then
tar --zstd --xattrs -xf _build-$RUNNER.tar.zst || true
fi
eval $FLATPAK_BUILDER --force-clean --disable-rofiles-fuse --keep-build-dirs --build-only --stop-at=babl \
"$GIMP_PREFIX" build/linux/flatpak/org.gimp.GIMP-nightly.json > flatpak-builder.log 2>&1
"$GIMP_PREFIX" build/linux/flatpak/org.gimp.GIMP-nightly.json
printf "\e[0Ksection_end:`date +%s`:deps_build\r\e[0K\n"
printf "\e[0Ksection_start:`date +%s`:babl_build[collapsed=true]\r\e[0KBuilding babl\n"