You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: CI build fails on amd64 with "./coursier: not found" (exit code
127). The coursier binary downloads successfully (22.2MB) but cannot
execute. Incorrect assumption that x86_64 coursier v2.1.24 is a static
musl build. The official coursier binary for x86_64 actually requires
glibc, not musl. Previous code only installed glibc for ARM64, causing
amd64 builds to fail.
0 commit comments