Skip to content

Commit

Permalink
feat(snapcraft.yaml) ...
Browse files Browse the repository at this point in the history
  • Loading branch information
clazzor authored Jul 1, 2024
1 parent 2fa86a8 commit 8e02b04
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ architectures:
- build-on: armhf

parts:
install-lib:
plugin: nil
override-pull: |
apt update
apt install build-essential libssl-dev libffi-dev python3-dev cargo clang pkg-config
install-rust:
plugin: nil
override-pull: |
Expand All @@ -45,7 +40,7 @@ parts:
- clang
- pkg-config
- python3-dev
after: [install-rust, install-lib]
after: [install-rust]
certbot-metadata:
plugin: dump
source: .
Expand Down

0 comments on commit 8e02b04

Please sign in to comment.