Some checks failed
Release / semantic-release (push) Successful in 24s
tests / Unit tests (Linux, Python 3.11) (push) Failing after 5m18s
Release / build-windows (push) Has been cancelled
Release / build-macos (arm64, macos-latest) (push) Has been cancelled
Release / build-macos (x64, macos-15-intel) (push) Has been cancelled
Release / release-main (push) Has been cancelled
Release / release-develop (push) Has been cancelled
Release / build-linux (push) Has been cancelled
Windows checkouts with autocrlf=true inject CR into docker/*.sh, so inside the Linux container `set -euxo pipefail` is read as `pipefail\r` and bash aborts with "set: pipefail: invalid option name", failing setup-melo.sh and the whole image build. .gitattributes already pinned .bat/.cmd/.ps1 to CRLF but never pinned .sh, leaving all nine container scripts exposed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
731 B
731 B