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.
1 parent 904631e commit fad7cfeCopy full SHA for fad7cfe
ci/test/06_script_b.sh
@@ -52,9 +52,6 @@ fi
52
53
if [ -z "$NO_DEPENDS" ]; then
54
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)
58
SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash"
59
else
60
SHELL_OPTS="CONFIG_SHELL="
0 commit comments