-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Description
The following lines in the build scripts fails on ARM builds (such as ubuntu-latest-arm
runners) as they hardcode x86_64
paths.
cvw/bin/wally-package-install.sh
Lines 159 to 162 in ef65739
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
Labels
No labels