소스 검색

install libc6-dev for ARM targets

Jorge Aparicio 8 년 전
부모
커밋
295df480fa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -20,6 +20,7 @@ matrix:
             - binfmt-support
             - gcc-arm-linux-gnueabi
             - libc6-armel-cross
+            - libc6-dev-armel-cross
             - qemu-user-static
     - env: TARGET=arm-unknown-linux-gnueabihf
       os: linux
@@ -30,6 +31,7 @@ matrix:
             - binfmt-support
             - gcc-arm-linux-gnueabihf
             - libc6-armhf-cross
+            - libc6-dev-armhf-cross
             - qemu-user-static
     - env: TARGET=armv7-unknown-linux-gnueabihf
       os: linux