1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

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: snap:
name: Build 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 runs-on: ubuntu-22.04
needs: [setup, cli] needs: [setup, cli]
env: env:

View File

@ -124,6 +124,9 @@ jobs:
linux: linux:
name: Linux Build 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 runs-on: ubuntu-22.04
needs: setup needs: setup
env: env:

View File

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