Use architecture-specific images due to build issues upstream
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 19:12:06 +00:00
parent 876a4162fc
commit c0f4f271ab
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ platform: linux/amd64
pipeline:
unitTests:
image: docker.bics.ga/rei_ci/rust-sccache
image: "docker.bics.ga/rei_ci/rust-sccache:latest-amd64"
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev > /dev/null
- cargo build --all
@ -24,7 +24,7 @@ pipeline:
testSuite:
image: docker.bics.ga/rei_ci/rust-sccache
image: "docker.bics.ga/rei_ci/rust-sccache:latest-amd64"
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update && apt-get -yqq -o=Dpkg::Use-Pty=0 install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv postgresql postgresql-client mariadb-server mariadb-client zstd lz4 > /dev/null
- pg_ctlcluster 13 main start
@ -51,7 +51,7 @@ pipeline:
event: [push, pull_request]
deployManual:
image: docker.bics.ga/rei_ci/mdbook
image: "docker.bics.ga/rei_ci/mdbook:latest-amd64"
when:
branch:
- develop

View File

@ -15,7 +15,7 @@ pipeline:
buildRelease:
when: *when
image: docker.bics.ga/rei_ci/rust-sccache
image: "docker.bics.ga/rei_ci/rust-sccache:latest-${ARCH}"
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
- cargo build --release