Use tmpfs in /tmp
The /tmp directory was using the SSD disk which is not erased across boots. Nix will use /tmp to perform the builds, so we want it to be as fast as possible. In general, all the machines have enough space to handle large builds like LLVM. Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
		
							parent
							
								
									fe1d3fbb80
								
							
						
					
					
						commit
						ed887b0412
					
				| @ -25,4 +25,7 @@ | ||||
|     device = "none"; | ||||
|     fsType = "tracefs"; | ||||
|   }; | ||||
| 
 | ||||
|   # Mount a tmpfs into /tmp | ||||
|   boot.tmp.useTmpfs = true; | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user