We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update-alternatives
1 parent 01d1845 commit 0bbae23Copy full SHA for 0bbae23
ci/test/05_before_script.sh
@@ -43,9 +43,6 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
43
CI_EXEC "contrib/install_db4.sh \$(pwd) --enable-umrw CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}'"
44
fi
45
46
-if [[ $HOST = *-mingw32 ]]; then
47
- CI_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
48
-fi
49
if [ -z "$NO_DEPENDS" ]; then
50
if [[ $DOCKER_NAME_TAG == *centos* ]]; then
51
# CentOS has problems building the depends if the config shell is not explicitly set
0 commit comments