From eeb611983a78cd0d5d846b6bc48373f9bac5b992 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Apr 2019 15:48:13 +0200 Subject: [PATCH] Add the thumbv7em-none-eabihf target for Rust --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45523e0..777c6be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ # Use Rust docker image, see: https://hub.docker.com/_/rust/ -image: arm32v7/rust:latest +image: rust:latest + +# Add the thumbv7em-none-eabihf target for Rust +before_script: + - rustup target add thumbv7em-none-eabihf # Defines stages which are to be executed stages: