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 2, 2024
1 parent 17c8107 commit 43863c5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ architectures:
- build-on: armhf

parts:
# install-rust:
# plugin: nil
# override-pull: |
# if [ "$SNAP_ARCH" = "armhf" ]; then
# apt-get update
# apt-get -y install curl
# curl https://sh.rustup.rs -sSf | sh -s -- -y
# fi
certbot-dns-wedos:
plugin: python
source: .
Expand All @@ -36,16 +28,10 @@ parts:
build-environment:
- SNAP_BUILD: "True"
build-packages:
# - gcc
# - git
# - build-essential
- libffi-dev
- libssl-dev
- cargo
# - clang
# - pkg-config
# - python3-dev
# after: [install-rust]
- pkg-config
certbot-metadata:
plugin: dump
source: .
Expand Down

0 comments on commit 43863c5

Please sign in to comment.