mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
profiles: Specify board CPUs for Rust to support
This commit is contained in:
parent
b4f917e3df
commit
68286739ce
@ -7,6 +7,9 @@ CROS_SDK_HOST="cros-sdk-host"
|
||||
# Enable our assorted GRUB targets
|
||||
GRUB_PLATFORMS="efi-64 pc xen"
|
||||
|
||||
# Enable CPU architectures needed by Rust builds
|
||||
LLVM_TARGETS="X86 AArch64"
|
||||
|
||||
# Both x86_64 and i386 targets are required for grub testing
|
||||
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user