Skip to content

Commit fad7cfe

Browse files
author
MarcoFalke
committed
doc: Remove outdated CentOS comment
No longer applicable after CONFIG_SHELL must be explicitly set to dash after commit fafc55a.
1 parent 904631e commit fad7cfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/test/06_script_b.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ fi
5252

5353
if [ -z "$NO_DEPENDS" ]; then
5454
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
55-
# CentOS has problems building the depends if the config shell is not explicitly set
56-
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
57-
# an error as the first command is executed)
5855
SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash"
5956
else
6057
SHELL_OPTS="CONFIG_SHELL="

0 commit comments

Comments
 (0)