Skip to content

Commit

Permalink
tmp: tweak until core24 is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Apr 29, 2024
1 parent 1c6b241 commit 2d524b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/refresh-downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Refresh downstreams
on:
push:
branches:
- main
- core24

jobs:
Refresh:
Expand All @@ -15,8 +15,7 @@ jobs:
fail-fast: false
matrix:
ref:
- mir-libs-build
- core24
- mir-libs-build-core24

steps:
- name: Check out code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
architecture: ${{ matrix.platform }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
snapcraft-channel: edge
launchpad-credentials: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
launchpad-accept-public-upload: true
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}
Expand Down
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ summary: The foundation for many embedded graphical display implementations
description: ubuntu-frame is a simple fullscreen shell (based on Wayland) used for kiosks, industrial displays, digital signage, smart mirrors, etc.
confinement: strict
base: core24
build-base: devel
license: GPL-3.0
compression: lzo
package-repositories:
Expand Down Expand Up @@ -83,7 +84,7 @@ plugs:
gpu-2404:
interface: content
target: $SNAP/gpu-2404
default-provider: mesa-2404
# default-provider: mesa-2404

slots:
ubuntu-frame-diagnostic:
Expand Down

0 comments on commit 2d524b3

Please sign in to comment.