From fad7cfee8d6d7bdebd8db950cef09264c91dbb3c Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 15 May 2023 13:56:39 +0200 Subject: [PATCH] doc: Remove outdated CentOS comment No longer applicable after CONFIG_SHELL must be explicitly set to dash after commit fafc55a489d8f654dd7732b699c9bf51b5136b4b. --- ci/test/06_script_b.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 075685ee8d0..f87bbf69e1b 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -52,9 +52,6 @@ fi if [ -z "$NO_DEPENDS" ]; then if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then - # CentOS has problems building the depends if the config shell is not explicitly set - # (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to - # an error as the first command is executed) SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash" else SHELL_OPTS="CONFIG_SHELL="