mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
cleanup build dependencies
This commit is contained in:
parent
59214e28bf
commit
222111895d
@ -115,10 +115,9 @@ build:binary:
|
|||||||
- dpkg --add-architecture armhf
|
- dpkg --add-architecture armhf
|
||||||
- dpkg --add-architecture armel
|
- dpkg --add-architecture armel
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-armel-cross libc6-dev-armel-cross gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
|
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
|
||||||
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y --no-install-recommends capnproto build-essential cmake clang libclang-dev libgsasl7-dev libgsasl7-dev:armhf libssl-dev:armhf libgsasl7-dev:armel libssl-dev:armel
|
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y --no-install-recommends capnproto build-essential cmake clang libclang-dev libgsasl7-dev libgsasl7-dev:armhf libssl-dev:armhf
|
||||||
- rustup target add armv7-unknown-linux-gnueabihf
|
- rustup target add armv7-unknown-linux-gnueabihf
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo update
|
- cargo update
|
||||||
- cargo build --release --target armv7-unknown-linux-gnueabihf
|
- cargo build --release --target armv7-unknown-linux-gnueabihf
|
||||||
@ -128,7 +127,6 @@ build:binary:
|
|||||||
paths:
|
paths:
|
||||||
- target/armv7-unknown-linux-gnueabihf/release
|
- target/armv7-unknown-linux-gnueabihf/release
|
||||||
- target/x86_64-unknown-linux-gnu/release
|
- target/x86_64-unknown-linux-gnu/release
|
||||||
|
|
||||||
# only:
|
# only:
|
||||||
# - development
|
# - development
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user