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
CI failed with "libz.so.1: cannot open shared object file" because x86_64
coursier binary (cs-x86_64-pc-linux.gz) is glibc-linked with relocation
types (R_X86_64_GOTPCREL, R_X86_64_GOTOFF64) and symbols (__strtok_r,
__strdup) that Alpine's gcompat cannot handle.
- x86_64: Use cs-x86_64-pc-linux-static.gz (static musl binary, zero deps)
- ARM64: Keep glibc installation (VirtusLab binary still requires it)
- Simplify x86_64 path by removing glibc/gcompat/zlib dependencies
- Move curl to coursier download RUN (needed by both architectures)
0 commit comments