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:
parent
c14091904b
commit
af2c75cb4b
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@ -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:
|
||||||
|
3
.github/workflows/build-desktop.yml
vendored
3
.github/workflows/build-desktop.yml
vendored
@ -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:
|
||||||
|
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user