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:
|
||||
- build
|
||||
|
||||
rust-latest:
|
||||
rust-default:
|
||||
stage: build
|
||||
script:
|
||||
- rm .cargo/config
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user