Revert "qemu: disable debug info on aarch64-linux"

The debug output is now 1.8 GiB, and in the meantime Hydra's output
limit has grown, so this is no longer even approaching the limit.

This reverts commit c3131d5c32.
This commit is contained in:
Alyssa Ross
2025-09-16 21:07:45 +02:00
parent a870b74090
commit ffacd242d6
@@ -261,8 +261,7 @@ stdenv.mkDerivation (finalAttrs: {
dontAddStaticConfigureFlags = true;
outputs = [ "out" ] ++ lib.optional enableDocs "doc" ++ lib.optional guestAgentSupport "ga";
# On aarch64-linux we would shoot over the Hydra's 2G output limit.
separateDebugInfo = !(stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux);
separateDebugInfo = true;
patches = [
./fix-qemu-ga.patch