mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
build: temporarily disable stderr capture on distcheck
This commit is contained in:
@ -115,7 +115,8 @@ pub fn init(b: *std.Build, cfg: *const Config) !GhosttyDist {
|
||||
// Capture stderr so it doesn't spew into the parent build.
|
||||
// On the flip side, if the test fails we won't know why so
|
||||
// that sucks but we should have already ran tests at this point.
|
||||
_ = step.captureStdErr();
|
||||
// NOTE(mitchellh): temporarily disabled to diagnose heisenbug
|
||||
//_ = step.captureStdErr();
|
||||
|
||||
break :step step;
|
||||
};
|
||||
|
Reference in New Issue
Block a user