Comment by relistan

Comment by relistan a day ago

3 replies

Our workload took nearly 18 minutes to cross-compile on their AMD64 runners. It builds on the AArch64 runners in 4 minutes. (Whole container I mean)

justincormack a day ago

Thats probably not a cross compile then, its an emulated compile. Cross compiling is basically the same speed.

  • relistan a day ago

    Sure you know what I meant. It’s an emulated compiler compiling natively. But the point is that building Aarch64 containers under emulation sucks and it doesn’t suck under a native build.

    • hdjdjdn 20 hours ago

      But why would you do this instead of cross compiling in the first place?