Closed pat-s closed 3 weeks ago
I think some new tests would be good which test the cross-compile for all scenarios so errors can be spotted during a PR.
OK so tests 5 & 7 were already broken before #255, so discarding them from the judgement of this PR (and commenting them out for the moment). (https://github.com/techknowlogick/xgo/actions/runs/11653506586/job/32445960620?pr=258)
I also tried building @kolaente project but had issues during the frontend build. Without this, the xgo
part errors due to missing deps. Hence I can't complete verify that the changes work, but the PATH issue not finding the compiler should be fixed.
I've fixed the Vikunja test and commented out the other one in https://github.com/techknowlogick/xgo/pull/259 - please rebase, then this should be good to go
ref #256
WIP, currently testing.
Tested with
for both the arm64 and the amd64 image. Using
aarch64-linux-gnu-gcc
instead ofarm-linux-gnueabi-gcc
fails with an error so let's stick toarm-linux-gnueabi-gcc
.