File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
85
85
BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests"
86
86
87
87
- stage : test
88
- name : ' 32-bit + dash [GOAL: install]'
88
+ name : ' 32-bit + dash [GOAL: install] [GUI: no BIP70] '
89
89
env : >-
90
90
HOST=i686-pc-linux-gnu
91
91
PACKAGES="g++-multilib python3-zmq"
92
92
GOAL="install"
93
- BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
93
+ BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --disable-bip70 -- enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
94
94
CONFIG_SHELL="/bin/dash"
95
95
96
96
- stage : test
@@ -132,15 +132,6 @@ jobs:
132
132
GOAL="install"
133
133
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"
134
134
135
- - stage : test
136
- name : ' x86_64 Linux [GOAL: install] [no BIP70]'
137
- env : >-
138
- HOST=x86_64-unknown-linux-gnu
139
- PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev"
140
- NO_DEPENDS=1
141
- GOAL="install"
142
- BITCOIN_CONFIG="--enable-zmq --disable-bip70 --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"
143
-
144
135
- stage : test
145
136
name : ' x86_64 Linux [GOAL: install] [bionic] [no wallet]'
146
137
env : >-
You can’t perform that action at this time.
0 commit comments