Skip to content

Commit 975af47

Browse files
authored
Update gitian-linux.yml
1 parent 1d9cde9 commit 975af47

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

contrib/gitian-descriptors/gitian-linux.yml

+14-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ distro: "ubuntu"
55
suites:
66
- "focal"
77
architectures:
8+
- "i386"
89
- "amd64"
910
packages:
1011
# Common dependencies.
1112
- "autoconf"
1213
- "automake"
13-
- "binutils"
14-
- "bison"
15-
- "bsdmainutils"
16-
- "ca-certificates"
14+
- "libdb4.8++-dev"
15+
- "qt4-qmake"
16+
- "libqt4-dev"
17+
- "libboost-system-dev"
18+
- "libboost-filesystem-dev"
19+
- "libboost-program-options-dev"
20+
- "libboost-thread-dev"
21+
- "libssl-dev"
22+
- "git-core"
23+
- "unzip"
24+
- "pkg-config"
25+
- "libpng12-dev"
1726
- "curl"
1827
- "faketime"
1928
- "g++-8"
@@ -110,7 +119,7 @@ script: |
110119
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
111120
export PATH=${WRAP_DIR}:${PATH}
112121
113-
INSTDIR="$HOME/install"
122+
INSTDIR="$HOME/install"
114123
export LIBRARY_PATH="$INSTDIR/lib"
115124
#
116125
tar xzf miniupnpc-1.6.tar.gz

0 commit comments

Comments
 (0)