remove default target from .cargo/config
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
[build]
|
|
||||||
target = "armv7-unknown-linux-gnueabihf"
|
|
||||||
|
|
||||||
@@ -1,10 +1,9 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
rust-latest:
|
rust-default:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- rm .cargo/config
|
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user