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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user