Use plain old Rust image rather than sccache image
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
2a32184a7e
commit
60cf81c59c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue