Use plain old Rust image rather than sccache image
continuous-integration/drone the build was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-01-14 21:17:51 +00:00
parent 2a32184a7e
commit 60cf81c59c
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ pipeline:
buildRelease:
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:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
- cargo build --release