aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-06 09:40:43 -0700
committerMicah Lee <micah@micahflee.com>2022-10-06 09:40:43 -0700
commit567b477f527ab8ac2c89d13e05977168116cc444 (patch)
treefc8c7eb959ca27a1514c83ed2a72d33e62464248 /snap
parent702aac87e93df3784a6d98aca1cce3580e6bde67 (diff)
downloadonionshare-567b477f527ab8ac2c89d13e05977168116cc444.tar.gz
onionshare-567b477f527ab8ac2c89d13e05977168116cc444.zip
Change snapcraft build to use path required for snapcraft.io, and stop building in Github Actions CI
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 887f5790..790acbe1 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -136,8 +136,8 @@ parts:
source-type: tar
plugin: autotools
autotools-configure-parameters:
- # - "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
- - "--with-libevent-dir=/root/parts/libevent/install/usr/local"
+ - "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
+ # - "--with-libevent-dir=/root/parts/libevent/install/usr/local"
build-packages:
- libssl-dev
- zlib1g-dev