remove musl builds
This commit is contained in:
		
							parent
							
								
									091b79887c
								
							
						
					
					
						commit
						e659b84025
					
				
					 2 changed files with 3 additions and 37 deletions
				
			
		
							
								
								
									
										35
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -13,6 +13,7 @@ env:
 | 
			
		|||
  RUSTFLAGS: "-Dwarnings"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
 | 
			
		||||
  build-gnu-apt:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
| 
						 | 
				
			
			@ -39,24 +40,6 @@ jobs:
 | 
			
		|||
      - name: build example -- glibc debug
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=debug
 | 
			
		||||
 | 
			
		||||
  # this _should_ have been -stable, but there is a bug when running in the container ("Invalid cross-device link")
 | 
			
		||||
  build-musl-beta:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
      - name: Update repos
 | 
			
		||||
        run: sudo apt-get update -qq
 | 
			
		||||
      - name: Install toolchain
 | 
			
		||||
        run: sudo apt-get install -qy liblzma-dev gcc make pkgconf musl-dev musl-tools rustup
 | 
			
		||||
      - name: install rust target
 | 
			
		||||
        run: rustup default beta && rustup target add aarch64-unknown-linux-musl && rustup component add rust-src && rustup update
 | 
			
		||||
 | 
			
		||||
      - name: build example -- musl release
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1 CARGO="rustup run beta cargo"
 | 
			
		||||
      - name: build example -- musl debug
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=debug MUSL=1 CARGO="rustup run beta cargo"
 | 
			
		||||
 | 
			
		||||
  build-size-gnu-unstable:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
| 
						 | 
				
			
			@ -71,19 +54,3 @@ jobs:
 | 
			
		|||
 | 
			
		||||
      - name: build example -- glibc size-optimized
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo" LTO=1
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  build-size-musl-unstable:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
      - name: Update repos
 | 
			
		||||
        run: sudo apt-get update -qq
 | 
			
		||||
      - name: Install toolchain
 | 
			
		||||
        run: sudo apt-get install -qy liblzma-dev gcc make pkgconf musl-dev musl-tools rustup
 | 
			
		||||
      - name: install rust targets
 | 
			
		||||
        run: rustup toolchain install nightly -t aarch64-unknown-linux-musl -c rust-src --no-self-update
 | 
			
		||||
 | 
			
		||||
      - name: build example -- musl size-optimized
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=size-optimized MUSL=1 LTO=1 CARGO="rustup run nightly cargo"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue