Merge pull request #3389 from dm0-/arm64

profiles: Disable arm64 support in QEMU and Rust
This commit is contained in:
David Michael 2018-08-25 08:26:34 -04:00 committed by GitHub
commit 7e20532019

View File

@ -8,13 +8,10 @@ CROS_SDK_HOST="cros-sdk-host"
GRUB_PLATFORMS="efi-64 pc xen" GRUB_PLATFORMS="efi-64 pc xen"
# Enable CPU architectures needed by Rust builds # Enable CPU architectures needed by Rust builds
LLVM_TARGETS="X86 AArch64" LLVM_TARGETS="X86"
# Both x86_64 and i386 targets are required for grub testing # Both x86_64 and i386 targets are required for grub testing
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64" QEMU_SOFTMMU_TARGETS="x86_64 i386"
# For cross build support.
QEMU_USER_TARGETS="aarch64"
# Disable ccache in the SDK so it stops randomly breaking catalyst. # Disable ccache in the SDK so it stops randomly breaking catalyst.
FEATURES="-ccache" FEATURES="-ccache"