Skip to content

Commit

Permalink
CI: update image & llvm16 sdk
Browse files Browse the repository at this point in the history
Fixes: 941ac50 ("Update dependencies")
  • Loading branch information
bilelmoussaoui authored and AaronErhardt committed Mar 14, 2024
1 parent de592af commit ce8d422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- test

flatpak:
image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-44'
image: 'quay.io/gnome_infrastructure/gnome-runtime-images:gnome-45'
stage: test
tags:
- flatpak
Expand All @@ -14,7 +14,7 @@ flatpak:
APP_ID: "com.belmoussaoui.GtkRustTemplate.Devel"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
script:
- flatpak install --user --noninteractive flathub org.freedesktop.Sdk.Extension.llvm16//22.08
- flatpak install --user --noninteractive flathub org.freedesktop.Sdk.Extension.llvm16//23.08
- >
xvfb-run -a -s "-screen 0 1024x768x24"
flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse flatpak_app --repo=repo ${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
Expand Down

0 comments on commit ce8d422

Please sign in to comment.