Skip to content

Fail build script on Ubuntu ARM #1472

@doganulus

Description

@doganulus

The following lines in the build scripts fails on ARM builds (such as ubuntu-latest-arm runners) as they hardcode x86_64 paths.

if (( UBUNTU_VERSION >= 24 )); then
ln -vsf /lib/x86_64-linux-gnu/libncurses.so.6 /lib/x86_64-linux-gnu/libncurses.so.5
ln -vsf /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libntinfo.so.5
fi

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