Skip to content

Commit

Permalink
ci: remove redundant "release" build fulfilled by qt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Jul 1, 2022
1 parent a2be837 commit eb52580
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@ x86_64-unknown-linux-gnu-nowallet:
HOST: x86_64-unknown-linux-gnu
DEP_OPTS: "NO_WALLET=1"

x86_64-unknown-linux-gnu-release:
extends:
- .build-depends-template
- .skip-in-fast-mode-template
variables:
HOST: x86_64-unknown-linux-gnu
DEP_OPTS: "NO_UPNP=1"

x86_64-apple-darwin19:
extends:
- .build-depends-template
Expand Down Expand Up @@ -283,15 +275,6 @@ linux64_nowallet-build:
variables:
BUILD_TARGET: linux64_nowallet

linux64_release-build:
extends:
- .build-template
- .skip-in-fast-mode-template
needs:
- x86_64-unknown-linux-gnu-release
variables:
BUILD_TARGET: linux64_release

mac-build:
extends:
- .build-template
Expand Down
5 changes: 0 additions & 5 deletions ci/dash/matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ elif [ "$BUILD_TARGET" = "linux64_nowallet" ]; then
export HOST=x86_64-unknown-linux-gnu
export DEP_OPTS="NO_WALLET=1"
export BITCOIN_CONFIG="--enable-reduce-exports"
elif [ "$BUILD_TARGET" = "linux64_release" ]; then
export HOST=x86_64-unknown-linux-gnu
export DEP_OPTS="NO_UPNP=1"
export BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
export PYZMQ=true
elif [ "$BUILD_TARGET" = "mac" ]; then
export HOST=x86_64-apple-darwin19
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner --enable-werror"
Expand Down

0 comments on commit eb52580

Please sign in to comment.