ci: return to using dash in CentOS job

This commit is contained in:
fanquake
2025-08-27 10:58:40 +01:00
parent 6ca6f3b37b
commit 509ffea40a
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
SHELL_OPTS="CONFIG_SHELL=/bin/ksh" # Temporarily use ksh instead of dash, until https://bugzilla.redhat.com/show_bug.cgi?id=2335416 is fixed.
SHELL_OPTS="CONFIG_SHELL=/bin/dash"
else
SHELL_OPTS="CONFIG_SHELL="
fi