mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-01 11:51:29 +02:00
Merge pull request #3389 from dm0-/arm64
profiles: Disable arm64 support in QEMU and Rust
This commit is contained in:
commit
7e20532019
@ -8,13 +8,10 @@ CROS_SDK_HOST="cros-sdk-host"
|
||||
GRUB_PLATFORMS="efi-64 pc xen"
|
||||
|
||||
# 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
|
||||
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
|
||||
|
||||
# For cross build support.
|
||||
QEMU_USER_TARGETS="aarch64"
|
||||
QEMU_SOFTMMU_TARGETS="x86_64 i386"
|
||||
|
||||
# Disable ccache in the SDK so it stops randomly breaking catalyst.
|
||||
FEATURES="-ccache"
|
||||
|
Loading…
x
Reference in New Issue
Block a user