Skip to content

Commit

Permalink
Update gitian-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Aug 10, 2024
1 parent 1d9cde9 commit 975af47
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@ distro: "ubuntu"
suites:
- "focal"
architectures:
- "i386"
- "amd64"
packages:
# Common dependencies.
- "autoconf"
- "automake"
- "binutils"
- "bison"
- "bsdmainutils"
- "ca-certificates"
- "libdb4.8++-dev"
- "qt4-qmake"
- "libqt4-dev"
- "libboost-system-dev"
- "libboost-filesystem-dev"
- "libboost-program-options-dev"
- "libboost-thread-dev"
- "libssl-dev"
- "git-core"
- "unzip"
- "pkg-config"
- "libpng12-dev"
- "curl"
- "faketime"
- "g++-8"
Expand Down Expand Up @@ -110,7 +119,7 @@ script: |
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
export PATH=${WRAP_DIR}:${PATH}
INSTDIR="$HOME/install"
INSTDIR="$HOME/install"
export LIBRARY_PATH="$INSTDIR/lib"
#
tar xzf miniupnpc-1.6.tar.gz
Expand Down

0 comments on commit 975af47

Please sign in to comment.