Doh
This commit is contained in:
		
							parent
							
								
									c160ead82f
								
							
						
					
					
						commit
						632f989b51
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -1469,13 +1469,10 @@ void DerivationGoal::buildDone()
 | 
				
			||||||
               (e.g., fetchurl not being able to access the network).
 | 
					               (e.g., fetchurl not being able to access the network).
 | 
				
			||||||
               Hook errors (like communication problems with the
 | 
					               Hook errors (like communication problems with the
 | 
				
			||||||
               remote machine) shouldn't be cached either. */
 | 
					               remote machine) shouldn't be cached either. */
 | 
				
			||||||
            if (/* settings.cacheFailure && */ !fixedOutput && !diskFull)
 | 
					            if (settings.cacheFailure && !fixedOutput && !diskFull)
 | 
				
			||||||
            {
 | 
					 | 
				
			||||||
                printMsg(lvlError, "REG");
 | 
					 | 
				
			||||||
                foreach (DerivationOutputs::iterator, i, drv.outputs)
 | 
					                foreach (DerivationOutputs::iterator, i, drv.outputs)
 | 
				
			||||||
                    worker.store.registerFailedPath(i->second.path);
 | 
					                    worker.store.registerFailedPath(i->second.path);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        amDone(ecFailed);
 | 
					        amDone(ecFailed);
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue