Skip to content

Commit

Permalink
Tweak last (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Dec 8, 2023
1 parent d01827f commit 9105cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/flatpak/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "::group::flatpak-builder"
mkdir -p "$(pwd)/.flatpak-builder"
echo "flatpak info --arch=${WZ_FLATPAK_BUILD_ARCH} --show-commit org.freedesktop.Sdk ${WZ_FREEDESKTOP_RUNTIME_VERSION}"
flatpak info --arch=${WZ_FLATPAK_BUILD_ARCH} --show-commit org.freedesktop.Sdk ${WZ_FREEDESKTOP_RUNTIME_VERSION}
flatpak run org.flatpak.Builder --verbose --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --install-deps-from=flathub --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "${WZ_FLATPAK_BUILD_DIR}" "${WZ_FLATPAK_MANIFEST_PATH}"
xvfb-run --auto-servernum flatpak run org.flatpak.Builder --verbose --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --install-deps-from=flathub --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "${WZ_FLATPAK_BUILD_DIR}" "${WZ_FLATPAK_MANIFEST_PATH}"
echo "::endgroup::"

if [[ "$WZ_FLATPAK_TARGET_ARCH" != "$WZ_FLATPAK_BUILD_ARCH" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
dnf update -y
echo "::endgroup::"
echo "::group::dnf install dependencies"
dnf install -y cmake git git-lfs dbus-daemon flatpak flatpak-builder python3-aiohttp python3-tenacity python3-gobject ccache zstd curl appstream
dnf install -y cmake git git-lfs dbus-daemon flatpak flatpak-builder python3-aiohttp python3-tenacity python3-gobject ccache zstd curl appstream xorg-x11-server-Xvfb
echo "::endgroup::"
echo "::group::flatpak remote-add"
Expand Down

0 comments on commit 9105cf0

Please sign in to comment.