Use plain old Rust image rather than sccache image
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone the build was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone the build was successful
				
			This commit is contained in:
		
							parent
							
								
									2a32184a7e
								
							
						
					
					
						commit
						60cf81c59c
					
				@ -15,7 +15,10 @@ pipeline:
 | 
				
			|||||||
  buildRelease:
 | 
					  buildRelease:
 | 
				
			||||||
    when: *when
 | 
					    when: *when
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    image: "docker.bics.ga/rei_ci/rust-sccache:latest-${ARCH}"
 | 
					    # Disabled for now because I'm trying to get infinite build times to stop :-(.
 | 
				
			||||||
 | 
					    # Suspect a kernel bug but any workaround will do for now.
 | 
				
			||||||
 | 
					    #image: "docker.bics.ga/rei_ci/rust-sccache:latest-${ARCH}"
 | 
				
			||||||
 | 
					    image: "rust:1.56.1"
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
 | 
					      - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
 | 
				
			||||||
      - cargo build --release
 | 
					      - cargo build --release
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user