build-remote: Don't substitute the build result
This commit is contained in:
		
							parent
							
								
									6e60141a80
								
							
						
					
					
						commit
						7afdc8d4a1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -244,7 +244,7 @@ connected:
 | 
			
		|||
        if (!missing.empty()) {
 | 
			
		||||
            Activity act(*logger, lvlTalkative, actUnknown, fmt("copying outputs from '%s'", storeUri));
 | 
			
		||||
            store->locksHeld.insert(missing.begin(), missing.end()); /* FIXME: ugly */
 | 
			
		||||
            copyPaths(ref<Store>(sshStore), store, missing, NoRepair, NoCheckSigs, substitute);
 | 
			
		||||
            copyPaths(ref<Store>(sshStore), store, missing, NoRepair, NoCheckSigs, NoSubstitute);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue