Skip to content

Commit

Permalink
Use bhttp from latest/edge
Browse files Browse the repository at this point in the history
the bhttp snap is available in latest/edge for the architectures we care
about.
  • Loading branch information
freyes committed Oct 31, 2023
1 parent f100630 commit a9c587d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: charmstore-client and charm-tools
confinement: classic
grade: stable
base: core18
architectures:
- amd64
apps:
charm:
command: bin/wrappers/charm
Expand All @@ -24,15 +22,15 @@ parts:
- bzr
- python3-pip
stage-snaps:
- bhttp
- bhttp/latest/edge
override-build: |
snapcraftctl build
pip3 install vergit
vergit --format=json > $SNAPCRAFT_PART_INSTALL/charmstore-client-version
bhttp:
plugin: nil
stage-snaps:
- bhttp
- bhttp/latest/edge
stage:
- bin/bhttp
charm-tools:
Expand Down

0 comments on commit a9c587d

Please sign in to comment.