From 08a879be99803f83c2c7b83842a35a85bedccf6b Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Tue, 14 Dec 2021 16:27:39 +0100 Subject: [PATCH] add c++ compiler for armhf --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703e306..4b68984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build:binary-development: - cp cargo-cross-config /usr/local/cargo/config - dpkg --add-architecture armhf - apt-get update -y - - apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf + - apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf - apt-get install -y --no-install-recommends capnproto build-essential cmake clang libclang-dev libgsasl7-dev libgsasl7-dev:armhf - rustup target add armv7-unknown-linux-gnueabihf