mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-01 03:41:11 +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"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user