Skip to content

Commit 0bbae23

Browse files
committed
ci: Drop no longer needed update-alternatives
1 parent 01d1845 commit 0bbae23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/test/05_before_script.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
4343
CI_EXEC "contrib/install_db4.sh \$(pwd) --enable-umrw CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
4444
fi
4545

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

0 commit comments

Comments
 (0)