Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from canonical/latest-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hye-Dev authored Feb 1, 2024
2 parents 5ed6b29 + 51a2393 commit 96e4bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ description: |-
- openvswitch.builtin: Run a snap-specific OVS daemon [default=false]
- openvswitch.external: Use the system's OVS tools (ignores openvswitch.builtin) [default=false]
- ovn.builtin: Use snap-specific OVN configuration [default=false]
- ui.enable: Enable the experimental web interface [default=false]
- ui.enable: Enable the web interface [default=false]

For system-wide configuration of the CLI, place your configuration in
/var/snap/lxd/common/global-conf/ (config.yml and servercerts)
Expand Down Expand Up @@ -545,7 +545,7 @@ parts:
source-depth: 1
plugin: nil
build-snaps:
- go
- go/1.21/stable
override-pull: |
[ "$(uname -m)" = "riscv64" ] && exit 0
Expand Down Expand Up @@ -1356,7 +1356,7 @@ parts:
- python3-dev
- python3-venv
build-snaps:
- go
- go/1.21/stable
stage-packages:
- acl
- attr
Expand Down Expand Up @@ -1470,7 +1470,7 @@ parts:
- lxd
- sqlite
build-snaps:
- go
- go/1.21/stable
plugin: nil
override-pull: |
craftctl default
Expand Down Expand Up @@ -1529,7 +1529,7 @@ parts:
snap-query:
source: snap-query/
build-snaps:
- go
- go/1.21/stable
plugin: nil
override-build: |
set -ex
Expand Down

0 comments on commit 96e4bb1

Please sign in to comment.