mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-03 19:35:35 +08:00 
			
		
		
		
	chore(release) temporary disable the MIPS musl target until new versions
of `libc` is released with `libc::sock_txtime`
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -26,9 +26,9 @@ jobs:
 | 
				
			|||||||
          - aarch64-unknown-linux-gnu
 | 
					          - aarch64-unknown-linux-gnu
 | 
				
			||||||
          - aarch64-unknown-linux-musl
 | 
					          - aarch64-unknown-linux-musl
 | 
				
			||||||
          - mips-unknown-linux-gnu
 | 
					          - mips-unknown-linux-gnu
 | 
				
			||||||
          - mips-unknown-linux-musl
 | 
					          #- mips-unknown-linux-musl # currently does not build due to libc::sock_txtime not found, need a newer release of libc
 | 
				
			||||||
          - mipsel-unknown-linux-gnu
 | 
					          - mipsel-unknown-linux-gnu
 | 
				
			||||||
          - mipsel-unknown-linux-musl
 | 
					          #- mipsel-unknown-linux-musl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user