Skip to content

Commit

Permalink
ci: Drop no longer needed update-alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 2, 2022
1 parent 01d1845 commit 0bbae23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/test/05_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"
fi

if [[ $HOST = *-mingw32 ]]; then
CI_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $DOCKER_NAME_TAG == *centos* ]]; then
# CentOS has problems building the depends if the config shell is not explicitly set
Expand Down

0 comments on commit 0bbae23

Please sign in to comment.