We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5a78f commit 0b3b5d6Copy full SHA for 0b3b5d6
Sources/SwiftDriverExecution/MultiJobExecutor.swift
@@ -533,7 +533,9 @@ class ExecuteJobRule: LLBuildRule {
533
#endif
534
}
535
536
- context.addRuleBeyondMandatoryCompiles(finishedJob: job, result: result)
+ if case .terminated = result.exitStatus {
537
+ context.addRuleBeyondMandatoryCompiles(finishedJob: job, result: result)
538
+ }
539
540
// Inform the delegate about job finishing.
541
context.delegateQueue.async {
0 commit comments