mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	manual fetch aarch64
This commit is contained in:
		
							parent
							
								
									c358abe45c
								
							
						
					
					
						commit
						050b6dea6d
					
				
							
								
								
									
										7
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							@ -150,7 +150,7 @@ jobs:
 | 
			
		||||
  build-aarch64:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    container:
 | 
			
		||||
      image: martadinata666/debian:rust-dev
 | 
			
		||||
      image: rust:1.62
 | 
			
		||||
      env:
 | 
			
		||||
        CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
 | 
			
		||||
        CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-musl-gcc
 | 
			
		||||
@ -176,6 +176,11 @@ jobs:
 | 
			
		||||
          key: lldap-bin-aarch64-${{ hashFiles('**/Cargo.lock') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
           lldap-bin-aarch64-
 | 
			
		||||
      - name: fetch musl-gcc
 | 
			
		||||
        run: |
 | 
			
		||||
             wget -c https://musl.cc/aarch64-linux-musl-cross.tgz 
 | 
			
		||||
             tar zxf ./x86_64-linux-musl-cross.tgz -C /opt
 | 
			
		||||
             echo "/opt/aarch64-linux-musl-cross:/opt/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH 
 | 
			
		||||
#      - name: build
 | 
			
		||||
#        run: ./build-arm64.sh
 | 
			
		||||
      - name: add musl aarch64 target
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user