Skip to content

Can mill native launcher be statically linked? #5508

@jackkoenig

Description

@jackkoenig

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions