We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b094 commit 42b35fbCopy full SHA for 42b35fb
.travis.yml
@@ -10,8 +10,9 @@ jobs:
10
- arch: arm64
11
- name: arm32_xcompile
12
before_install:
13
- - sudo apt install -y gcc-arm-linux-gnueabi g++-aarch64-linux-gnu
+ - sudo apt update
14
+ - sudo apt install -y gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
15
- sudo apt install -y qemu-user
16
env:
- - PLATFORM_PREFIX=aarch64-linux-gnu-
17
+ - PLATFORM_PREFIX=arm-linux-gnueabi-
18
- EMULATOR=qemu-armhf
0 commit comments