Trying to fix arm builds.

fix_arm_builds_1
Dessalines 2021-08-31 16:07:23 -04:00
parent 46b223e3c5
commit a69890fa14
1 changed files with 3 additions and 3 deletions

View File

@ -153,7 +153,7 @@ platform:
steps:
- name: prepare repo
image: rust:1-slim
image: rust:1.51-slim
user: root
commands:
- chown 1000:1000 . -R
@ -162,7 +162,7 @@ steps:
- git fetch --tags
- name: cargo test
image: rust:1-slim
image: rust:1.51-slim
environment:
LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
LEMMY_CONFIG_LOCATION: ../../config/config.hjson
@ -176,7 +176,7 @@ steps:
# Using Debian here because there seems to be no official Alpine-based Rust docker image for ARM.
- name: cargo build
image: rust:1-slim
image: rust:1.51-slim
commands:
- apt-get update
- apt-get -y install --no-install-recommends libssl-dev pkg-config libpq-dev