Skip to content

Feature request - Statically linked binaries #57

@walkerburgin

Description

@walkerburgin

We hit GLIBC issues while trying to adopt rules_formatjs and the Rust CLI (which is awesome):

external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)
external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)
external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)

Would it be possible to produce and consume statically linked binaries instead?

In this case we needed to update our CI runners anyway, but it would be nice for that to be de-coupled in the future.

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