-
-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Description
In the hardware industry, it's common to have an older Linux distro, e.g. RHEL8 is really common which will gives the following linkage error when trying out Mill 1.0.0.
/scratch/koenig/.cache/mill/download/1.0.0-native-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /scratch/koenig/.cache/mill/download/1.0.0-native-linux-amd64)
/scratch/koenig/.cache/mill/download/1.0.0-native-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /scratch/koenig/.cache/mill/download/1.0.0-native-linux-amd64)
This can be worked around by using the JVM version of the client, but it would be nice if the client could be statically linked.
Metadata
Metadata
Assignees
Labels
No labels