Fix invalid ARM target tuples
This commit is contained in:
parent
aa0cdce76d
commit
965099bc2a
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ jobs:
|
|||
script: *build-script-cross
|
||||
- stage: build
|
||||
rust: stable
|
||||
env: TARGET=arm-unknown-linux-gnuabihf
|
||||
env: TARGET=arm-unknown-linux-gnueabi
|
||||
script: *build-script-cross
|
||||
- stage: build
|
||||
rust: stable
|
||||
env: TARGET=armv7-unknown-linux-gnuabihf
|
||||
env: TARGET=armv7-unknown-linux-gnueabihf
|
||||
script: *build-script-cross
|
||||
# - stage: build
|
||||
# rust: stable
|
||||
|
|
Loading…
Add table
Reference in a new issue