Update snap base to core22 (#8224)

* Update snap base to core22

* Add version warnings to the workflows
This commit is contained in:
Daniel García 2024-03-06 19:10:56 +01:00 committed by GitHub
parent c14091904b
commit af2c75cb4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View File

@ -278,6 +278,9 @@ jobs:
snap:
name: Build Snap
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
# The snap base for CLI is defined in `apps/cli/stores/snap/snapcraft.yaml`
runs-on: ubuntu-22.04
needs: [setup, cli]
env:

View File

@ -124,6 +124,9 @@ jobs:
linux:
name: Linux Build
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
# The snap base for desktop is defined in `apps/desktop/electron-builder.json`
runs-on: ubuntu-22.04
needs: setup
env:

View File

@ -167,6 +167,7 @@
},
"snap": {
"autoStart": true,
"base": "core22",
"confinement": "strict",
"plugs": ["default", "password-manager-service"],
"stagePackages": ["default"]