Stefanos Kornilios Mitsis Poiitidis
Stefanos Kornilios Mitsis Poiitidis
@Sonicadvance1 `armv8.4` runner seems to be missing `libc6-dev-i386-cross`, is `g++-multilib-i686-linux-gnu` installed?
Hmm, that is odd. I guess we have some other dependency i'm not aware of.
Oh wait, we are missing teh `x86_64` ones
`g++-multilib-x86_64-linux-gnu` and `libc6-dev-amd64-cross` ?
can you `rm -rf` `Build/unittests/FEXLinuxTests/`? ``` FAILED: unittests/FEXLinuxTests/FEXLinuxTests-x86_32/src/FEXLinuxTests-x86_32-stamp/FEXLinuxTests-x86_32-build ``` ^ that looks funky
Should be resolved with ebe7c2f5
@Sonicadvance1 looks like I finally got this to behave -.-
@Sonicadvance1 can you add `linux-libc-dev-amd64-cross` to the x86_64 runner?
the x86 runner also needed `libc6-dev-amd64-cross`
> Would prefer if these changes were organized in better-structured commits. I made an exception for reviewing since it's only a small diff overall. I can squash if you prefer,...