Try fixing tor to use the proper --with-libevent-dir in both CI systems, and also try removing python3 packages

This commit is contained in:
Micah Lee 2022-10-06 17:12:43 -07:00
parent cc094708c7
commit 759ffa2a36
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -126,8 +126,6 @@ parts:
- build-essential
- libssl-dev
- libffi-dev
- python3-dev
- python3-pip
override-build: |
python3 -m pip install poetry
python3 -m pip install setuptools
@ -142,10 +140,7 @@ parts:
source-type: tar
plugin: autotools
autotools-configure-parameters:
# For snapcraft.io CI:
# - "--with-libevent-dir=/build/onionshare/parts/libevent/install/usr/local"
# For GitHub Actions CI:
- "--with-libevent-dir=/root/parts/libevent/install/usr/local"
- "--with-libevent-dir=$SNAPCRAFT_PROJECT_DIR/parts/libevent/install/usr/local"
build-packages:
- libssl-dev
- zlib1g-dev