mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
use correct path to cargo config
This commit is contained in:
parent
160f573312
commit
1e2cb52b69
@ -101,7 +101,7 @@ build:binary-development:
|
|||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cp cargo-cross-cfg /usr/local/cargo/config
|
- cp cargo-cross-config /usr/local/cargo/config
|
||||||
- dkpg --add-architecture armhf
|
- dkpg --add-architecture armhf
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- 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
|
||||||
|
3
cargo-cross-config
Normal file
3
cargo-cross-config
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user