mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: drop i686 from GitLab CI runs
This commit is contained in:
parent
a2c820c9f0
commit
ca564f40f2
@ -173,13 +173,6 @@ x86_64-w64-mingw32:
|
|||||||
variables:
|
variables:
|
||||||
HOST: x86_64-w64-mingw32
|
HOST: x86_64-w64-mingw32
|
||||||
|
|
||||||
i686-pc-linux-gnu:
|
|
||||||
extends:
|
|
||||||
- .build-depends-template
|
|
||||||
- .skip-in-fast-mode-template
|
|
||||||
variables:
|
|
||||||
HOST: i686-pc-linux-gnu
|
|
||||||
|
|
||||||
x86_64-pc-linux-gnu-debug:
|
x86_64-pc-linux-gnu-debug:
|
||||||
extends: .build-depends-template
|
extends: .build-depends-template
|
||||||
variables:
|
variables:
|
||||||
@ -219,24 +212,6 @@ win64-build:
|
|||||||
variables:
|
variables:
|
||||||
BUILD_TARGET: win64
|
BUILD_TARGET: win64
|
||||||
|
|
||||||
linux32-build:
|
|
||||||
extends:
|
|
||||||
- .build-template
|
|
||||||
- .skip-in-fast-mode-template
|
|
||||||
needs:
|
|
||||||
- i686-pc-linux-gnu
|
|
||||||
variables:
|
|
||||||
BUILD_TARGET: linux32
|
|
||||||
|
|
||||||
linux32_ubsan-build:
|
|
||||||
extends:
|
|
||||||
- .build-template
|
|
||||||
- .skip-in-fast-mode-template
|
|
||||||
needs:
|
|
||||||
- i686-pc-linux-gnu
|
|
||||||
variables:
|
|
||||||
BUILD_TARGET: linux32_ubsan
|
|
||||||
|
|
||||||
linux64-build:
|
linux64-build:
|
||||||
extends: .build-template
|
extends: .build-template
|
||||||
needs:
|
needs:
|
||||||
@ -300,24 +275,6 @@ mac-build:
|
|||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
linux32-test:
|
|
||||||
extends:
|
|
||||||
- .test-template
|
|
||||||
- .skip-in-fast-mode-template
|
|
||||||
needs:
|
|
||||||
- linux32-build
|
|
||||||
variables:
|
|
||||||
BUILD_TARGET: linux32
|
|
||||||
|
|
||||||
linux32_ubsan-test:
|
|
||||||
extends:
|
|
||||||
- .test-template
|
|
||||||
- .skip-in-fast-mode-template
|
|
||||||
needs:
|
|
||||||
- linux32_ubsan-build
|
|
||||||
variables:
|
|
||||||
BUILD_TARGET: linux32_ubsan
|
|
||||||
|
|
||||||
linux64-test:
|
linux64-test:
|
||||||
extends: .test-template
|
extends: .test-template
|
||||||
needs:
|
needs:
|
||||||
|
14
.travis.yml
14
.travis.yml
@ -97,9 +97,6 @@ jobs:
|
|||||||
- <<: *builddepends
|
- <<: *builddepends
|
||||||
name: depends-win64
|
name: depends-win64
|
||||||
env: BUILD_TARGET=win64
|
env: BUILD_TARGET=win64
|
||||||
- <<: *builddepends
|
|
||||||
name: depends-linux32
|
|
||||||
env: BUILD_TARGET=linux32
|
|
||||||
- <<: *builddepends
|
- <<: *builddepends
|
||||||
name: depends-linux64
|
name: depends-linux64
|
||||||
env: BUILD_TARGET=linux64
|
env: BUILD_TARGET=linux64
|
||||||
@ -121,9 +118,6 @@ jobs:
|
|||||||
- <<: *buildsrc
|
- <<: *buildsrc
|
||||||
name: src-win64
|
name: src-win64
|
||||||
env: BUILD_TARGET=win64
|
env: BUILD_TARGET=win64
|
||||||
- <<: *buildsrc
|
|
||||||
name: src-linux32
|
|
||||||
env: BUILD_TARGET=linux32
|
|
||||||
- <<: *buildsrc
|
- <<: *buildsrc
|
||||||
name: src-linux64
|
name: src-linux64
|
||||||
env: BUILD_TARGET=linux64
|
env: BUILD_TARGET=linux64
|
||||||
@ -142,9 +136,6 @@ jobs:
|
|||||||
- <<: *runtests
|
- <<: *runtests
|
||||||
name: tests-win64
|
name: tests-win64
|
||||||
env: BUILD_TARGET=win64
|
env: BUILD_TARGET=win64
|
||||||
- <<: *runtests
|
|
||||||
name: tests-linux32
|
|
||||||
env: BUILD_TARGET=linux32
|
|
||||||
- <<: *runtests
|
- <<: *runtests
|
||||||
name: tests-linux64
|
name: tests-linux64
|
||||||
env: BUILD_TARGET=linux64
|
env: BUILD_TARGET=linux64
|
||||||
@ -233,11 +224,6 @@ after_success:
|
|||||||
env: >-
|
env: >-
|
||||||
FILE_ENV="./ci/test/00_setup_env_win64.sh"
|
FILE_ENV="./ci/test/00_setup_env_win64.sh"
|
||||||
|
|
||||||
- stage: test
|
|
||||||
name: '32-bit + dash [GOAL: install] [CentOS 7] [GUI]'
|
|
||||||
env: >-
|
|
||||||
FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
|
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'x86_64 Linux [GOAL: install] [focal] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
|
name: 'x86_64 Linux [GOAL: install] [focal] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
|
||||||
env: >-
|
env: >-
|
||||||
|
@ -18,10 +18,6 @@ if [ "$BUILD_TARGET" = "arm-linux" ]; then
|
|||||||
source ./ci/test/00_setup_env_arm.sh
|
source ./ci/test/00_setup_env_arm.sh
|
||||||
elif [ "$BUILD_TARGET" = "win64" ]; then
|
elif [ "$BUILD_TARGET" = "win64" ]; then
|
||||||
source ./ci/test/00_setup_env_win64.sh
|
source ./ci/test/00_setup_env_win64.sh
|
||||||
elif [ "$BUILD_TARGET" = "linux32" ]; then
|
|
||||||
source ./ci/test/00_setup_env_i686_centos.sh
|
|
||||||
elif [ "$BUILD_TARGET" = "linux32_ubsan" ]; then
|
|
||||||
source ./ci/test/00_setup_env_i686_ubsan.sh
|
|
||||||
elif [ "$BUILD_TARGET" = "linux64" ]; then
|
elif [ "$BUILD_TARGET" = "linux64" ]; then
|
||||||
source ./ci/test/00_setup_env_native_qt5.sh
|
source ./ci/test/00_setup_env_native_qt5.sh
|
||||||
elif [ "$BUILD_TARGET" = "linux64_tsan" ]; then
|
elif [ "$BUILD_TARGET" = "linux64_tsan" ]; then
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Copyright (c) 2020 The Bitcoin Core developers
|
|
||||||
# Distributed under the MIT software license, see the accompanying
|
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
|
||||||
|
|
||||||
export HOST=i686-pc-linux-gnu
|
|
||||||
export CONTAINER_NAME=ci_i686_centos_7
|
|
||||||
export DOCKER_NAME_TAG=centos:7
|
|
||||||
export DOCKER_PACKAGES="gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python36-zmq which patch lbzip2 dash"
|
|
||||||
export GOAL="install"
|
|
||||||
export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-zmq --enable-reduce-exports --enable-crash-hooks --with-sanitizers=undefined"
|
|
||||||
export CONFIG_SHELL="/bin/dash"
|
|
||||||
export PYZMQ=true
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Copyright (c) 2019 The Bitcoin Core developers
|
|
||||||
# Distributed under the MIT software license, see the accompanying
|
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
|
||||||
|
|
||||||
export HOST=i686-pc-linux-gnu
|
|
||||||
export PACKAGES="g++-multilib python3-zmq"
|
|
||||||
export GOAL="install"
|
|
||||||
export BITCOIN_CONFIG="--enable-zmq --disable-bip70 --enable-reduce-exports --enable-crash-hooks --with-sanitizers=undefined"
|
|
||||||
export CONFIG_SHELL="/bin/dash"
|
|
||||||
export PYZMQ=true
|
|
||||||
export RUN_SYMBOL_TESTS=false
|
|
Loading…
Reference in New Issue
Block a user