Commit 975af47 1 parent 1d9cde9 commit 975af47 Copy full SHA for 975af47
File tree 1 file changed +14
-5
lines changed
contrib/gitian-descriptors
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,24 @@ distro: "ubuntu"
5
5
suites :
6
6
- " focal"
7
7
architectures :
8
+ - " i386"
8
9
- " amd64"
9
10
packages :
10
11
# Common dependencies.
11
12
- " autoconf"
12
13
- " 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"
17
26
- " curl"
18
27
- " faketime"
19
28
- " g++-8"
@@ -110,7 +119,7 @@ script: |
110
119
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
111
120
export PATH=${WRAP_DIR}:${PATH}
112
121
113
- INSTDIR="$HOME/install"
122
+ INSTDIR="$HOME/install"
114
123
export LIBRARY_PATH="$INSTDIR/lib"
115
124
#
116
125
tar xzf miniupnpc-1.6.tar.gz
You can’t perform that action at this time.
0 commit comments