From a69890fa14ac1186256864bb9c6f84bdae672be3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 31 Aug 2021 16:07:23 -0400 Subject: [PATCH] Trying to fix arm builds. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 697c9e814..4848f2bb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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