Unverified Commit ffacd242 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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 c3131d5c.
parent a870b740
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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