Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
options: --privileged

steps:
Expand Down
7 changes: 4 additions & 3 deletions io.elementary.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.elementary.code
id: io.elementary.code
runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime
runtime-version: '8' # Does not build with version '8.1' for some reason
runtime-version: '8.2'
sdk: io.elementary.Sdk
command: io.elementary.code
finish-args:
Expand All @@ -26,6 +26,8 @@ cleanup:
- '/share/vala'
- '*.a'
- '*.la'
build-options:
libdir: /app/lib
modules:
- name: gtksourceview
buildsystem: meson
Expand Down Expand Up @@ -66,7 +68,6 @@ modules:
- '-DBUILD_SHARED_LIBS:BOOL=ON'
- '-DBUILD_EXAMPLES:BOOL=OFF'
- '-DBUILD_TESTING:BOOL=OFF'
- '-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib'
cleanup:
- '/share/man'
- '/share/doc'
Expand Down