Open Issues Need Help
View All on GitHub Build fails on MacOS 2 months ago
AI Summary: A user encountered two build failures on macOS. First, `declare -A` failed due to an outdated Bash version (3.2.57), which was resolved by updating the script's shebang to a Homebrew-installed Bash 5.2.26. Second, `openssl.dockerfile` failed to download OpenSSL because the URL moved and `curl` did not follow redirects, with a suggestion to use `--location` or update the URL.
Complexity:
2/5
help wanted