1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

Cache is not shared between builds, prevent full qemu compilation

This commit is contained in:
Guillaume Chatelet 2018-02-14 11:04:15 +01:00
parent 499786392e
commit 54e27126e6

View File

@ -22,12 +22,14 @@ matrix:
CROSS_COMPILE=1
TOOLCHAIN_NAME=gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf
TARGET=arm-linux-gnueabihf
QEMU_ARCHES=arm
QEMU_ARCH=arm
- os: linux
env:
CROSS_COMPILE=1
TOOLCHAIN_NAME=gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu
TARGET=aarch64-linux-gnu
QEMU_ARCHES=aarch64
QEMU_ARCH=aarch64
script: