Skip to content

Commit

Permalink
snap: devel, and no default-provider: mesa-core24
Browse files Browse the repository at this point in the history
While things are in flux
  • Loading branch information
Saviq committed Jan 31, 2024
1 parent 668eeb0 commit 4ac4042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ summary: Mir test scripts and applications
description: Mir test scripts and applications
confinement: strict
base: core24
build-base: devel
grade: devel

architectures:
- build-on: amd64
Expand Down Expand Up @@ -111,7 +113,7 @@ plugs:
graphics-core24:
interface: content
target: $SNAP/graphics
default-provider: mesa-core24
# default-provider: mesa-core24

layout:
/usr/share/fonts:
Expand Down Expand Up @@ -152,7 +154,7 @@ parts:
git config --global --add safe.directory ${CRAFT_PROJECT_DIR}
recipe_version=`git -C ${CRAFT_PROJECT_DIR} rev-list --count HEAD`
craftctl set version=$mir_version-snap$recipe_version
if echo $mir_version | grep -e '+dev' -e '~rc' -q; then craftctl set grade=devel; else craftctl set grade=stable; fi
#if echo $mir_version | grep -e '+dev' -e '~rc' -q; then craftctl set grade=devel; else craftctl set grade=stable; fi
stage-packages:
- fonts-freefont-ttf
- mir-graphics-drivers-desktop
Expand Down

0 comments on commit 4ac4042

Please sign in to comment.