Skip to content

Commit

Permalink
added missing dependency of libindy
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schlarb <[email protected]>
  • Loading branch information
pSchlarb committed Mar 3, 2023
1 parent 99d020b commit eeaf673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuseable_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies from deb
run: |
aptStr=$(dpkg-deb -I indy-plenum_*.deb | grep -P "Depends: " | sed 's~Depends:~~g;s~(~~g;s~)~~g;s~>~~g;s~<~~g' | tr -d " \t\n\r" | tr "," "\n")
apt install -y ./indy-plenum_*.deb $aptStr libindy
apt install -y ./indy-plenum_*.deb $aptStr
ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so
- name: Install dependencies
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install dependencies from deb
run: |
aptStr=$(dpkg-deb -I indy-plenum_*.deb | grep -P "Depends: " | sed 's~Depends:~~g;s~(~~g;s~)~~g;s~>~~g;s~<~~g' | tr -d " \t\n\r" | tr "," "\n")
apt install -y ./indy-plenum_*.deb $aptStr libindy
apt install -y ./indy-plenum_*.deb $aptStr
ln -s /usr/lib/ursa/libursa.so /usr/lib/libursa.so
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions build-scripts/ubuntu-2004/build-plenum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fpm --input-type "python" \
--depends "python3-pyzmq (= 22.3.0)" \
--depends "rocksdb (=5.8.8)"\
--depends "ursa (= 0.3.2-1)"\
--depends "libindy"\
--verbose \
--python-package-name-prefix "python3"\
--python-bin "/usr/bin/python3" \
Expand Down

0 comments on commit eeaf673

Please sign in to comment.