hydra: Build for mips64el-linux.
* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add mips64el-linux.
This commit is contained in:
		
							parent
							
								
									bd6639026b
								
							
						
					
					
						commit
						0ba10e086f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -147,7 +147,8 @@ system.")
 | 
			
		|||
  "Return Hydra jobs."
 | 
			
		||||
  (define systems
 | 
			
		||||
    ;; Systems we want to build for.
 | 
			
		||||
    '("x86_64-linux" "i686-linux"))
 | 
			
		||||
    '("x86_64-linux" "i686-linux"
 | 
			
		||||
      "mips64el-linux"))
 | 
			
		||||
 | 
			
		||||
  (define subset
 | 
			
		||||
    (match (assoc-ref arguments 'subset)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue