mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
The Bash snippet was shorter, but relying on implicit word splitting (see the shellcheck SC2086 warning). For example, the DOCKER_BUILD_CACHE_ARG shlex.split is now done identical to how ci/test/02_run_container.py does it. Moreover, the Python will hopefully be easier to modify in the future, as the dev notes recommend Python over Bash.