aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-15 13:56:39 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-17 09:54:31 +0200
commitfad7cfee8d6d7bdebd8db950cef09264c91dbb3c (patch)
treeffa0f74030586f270725c4f2c1d56a51c6707e1b /ci
parent904631e0fc00ac9c8a03d1ce226d071bf88c00db (diff)
downloadbitcoin-fad7cfee8d6d7bdebd8db950cef09264c91dbb3c.tar.xz
doc: Remove outdated CentOS comment
No longer applicable after CONFIG_SHELL must be explicitly set to dash after commit fafc55a489d8f654dd7732b699c9bf51b5136b4b.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 075685ee8d..f87bbf69e1 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="