classabbyamp
classabbyamp
i still see it on latest push
sorry for the long wait, I got busy. turns out I wasn't setting `CMAKE_CROSSCOMPILING_EMULATOR`. setting that allows cross-compiling to work properly
idk how asahi install process works but i have something for live isos on arm in the works (it isn't ready for testing, please don't go looking for it to...
i mean live iso in the x86 style, with an overlayfs root and such
> Don't think void can be a daily runner for M1 due to lack of binary packages for aarch64 what do you mean? void builds binary packages for aarch64...
xbps-query's -s flag is case insensitive, but the result it gives you is in the correct case: ``` $ xbps-query -Rs signal-desktop [-] Signal-Desktop-6.26.0_1 Signal Private Messenger for Linux [-]...
disable those tests or add the files
look at the line before that: ```sh if [ -z "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=disabled" ``` if you want to add the files, add them as a distfile
is this still an issue?
do any of you happen to have `CLICOLOR_FORCE` in your env? I had that set so `tree` would be coloured, but it seems `gh` also interprets that and that messes...