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 24, 2024
1 parent a13e8b0 commit a5830ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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
15 changes: 8 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ description: |
/snap/confined-shell/current/bin/setup.sh
confinement: strict
grade: stable
grade: devel
base: core24
build-base: devel

environment:
SHELL: bash
Expand Down Expand Up @@ -80,7 +81,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=$server_version-mir$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
plugin: cmake
build-packages:
- build-essential
Expand Down Expand Up @@ -206,12 +207,12 @@ plugs:
gpu-2404:
interface: content
target: $SNAP/gpu
default-provider: mesa-2404
# default-provider: mesa-2404

platforms:
amd64:
arm64:
armhf:
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf

package-repositories:
- type: apt
Expand Down

0 comments on commit a5830ff

Please sign in to comment.