Fix invalid ARM target tuple
This commit is contained in:
parent
1a157c9da8
commit
4b515a9a51
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -9,9 +9,9 @@ addons:
|
|||
- libssl-dev
|
||||
|
||||
# Cross compiler dependencies for ARM
|
||||
- gcc-arm-linux-gnueabihf
|
||||
- libc6-armhf-cross
|
||||
- libc6-dev-armhf-cross
|
||||
# - gcc-arm-linux-gnueabihf
|
||||
# - libc6-armhf-cross
|
||||
# - libc6-dev-armhf-cross
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
@ -40,11 +40,11 @@ jobs:
|
|||
script: *build-script-cross
|
||||
- stage: build
|
||||
rust: stable
|
||||
env: TARGET=arm-unknown-linux-gnuabifh
|
||||
env: TARGET=arm-unknown-linux-gnuabihf
|
||||
script: *build-script-cross
|
||||
- stage: build
|
||||
rust: stable
|
||||
env: TARGET=armv7-unknown-linux-gnuabifh
|
||||
env: TARGET=armv7-unknown-linux-gnuabihf
|
||||
script: *build-script-cross
|
||||
# - stage: build
|
||||
# rust: stable
|
||||
|
|
Loading…
Add table
Reference in a new issue