summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-03 09:51:21 -0700
committerMicah Lee <micah@micahflee.com>2022-06-03 09:51:21 -0700
commit69fe52848269adaff4750e2b2843e498994e942a (patch)
tree3728bf2dc969b6501fb90decadd8ebb0292ccd3a
parent6a925d98e303d9a664214a10e994d880069949e0 (diff)
downloadonionshare-69fe52848269adaff4750e2b2843e498994e942a.tar.gz
onionshare-69fe52848269adaff4750e2b2843e498994e942a.zip
Install dev dependencies from ubuntu jammy
-rw-r--r--.circleci/config.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1d347646..eebf2c57 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -30,7 +30,6 @@ jobs:
docker:
- image: cimg/python:3.9
steps:
- - checkout
- run:
name: Install dependencies
command: |
@@ -101,9 +100,11 @@ jobs:
- run:
name: Install build dependencies
command: |
+ # libevent requires newer version of automake than is available in ubuntu focal, so install from jammy instead
+ sudo bash -c 'echo deb http://archive.ubuntu.com/ubuntu/ jammy main restricted >> /etc/apt/sources.list'
sudo apt-get update
- sudo apt-get install -y autoconf automake libtool
- sudo apt-get install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
+ sudo apt-get install -y -t jammy autoconf automake libtool
+ sudo apt-get install -y -t jammy gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
- run:
name: Create folders