mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 04:00:41 +02:00
ci: Drop no longer needed update-alternatives
This commit is contained in:
parent
01d1845a80
commit
0bbae237a8
@ -43,9 +43,6 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
|||||||
CI_EXEC "contrib/install_db4.sh \$(pwd) --enable-umrw CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
|
CI_EXEC "contrib/install_db4.sh \$(pwd) --enable-umrw CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $HOST = *-mingw32 ]]; then
|
|
||||||
CI_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
|
|
||||||
fi
|
|
||||||
if [ -z "$NO_DEPENDS" ]; then
|
if [ -z "$NO_DEPENDS" ]; then
|
||||||
if [[ $DOCKER_NAME_TAG == *centos* ]]; then
|
if [[ $DOCKER_NAME_TAG == *centos* ]]; then
|
||||||
# CentOS has problems building the depends if the config shell is not explicitly set
|
# CentOS has problems building the depends if the config shell is not explicitly set
|
||||||
|
Loading…
Reference in New Issue
Block a user