mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 13:18:43 +02:00
ci: Turn centos config into alpine musl config
This commit is contained in:
@@ -99,8 +99,8 @@ else
|
||||
fi
|
||||
|
||||
if [ -z "$NO_DEPENDS" ]; then
|
||||
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
|
||||
SHELL_OPTS="CONFIG_SHELL=/bin/dash"
|
||||
if [[ $CI_IMAGE_NAME_TAG == *alpine* ]]; then
|
||||
SHELL_OPTS="CONFIG_SHELL=/usr/bin/dash"
|
||||
else
|
||||
SHELL_OPTS="CONFIG_SHELL="
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user