]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust: Increase QEMU size to 1024 MB
authorDeepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Wed, 15 Oct 2025 09:59:01 +0000 (02:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Oct 2025 09:53:14 +0000 (10:53 +0100)
commit1c87bca91c61a272266a0f2763e0477b66f06c13
tree861a8ba75b9fa1c40fce069543e58eb370fae6f9
parent63d586cd6499ef2a8d311223fa0e1ed9d071dd0e
rust: Increase QEMU size to 1024 MB

Rightnow rust depends on llvm instead of rust-llvm

Setup in rust-llvm
CFLAGS:remove = "-g"
CXXFLAGS:remove = "-g"

Setup in llvm
DEBUG_LEVELFLAG = "-g1"

As a result, the stage1 compiler crate binaries include debug symbols,
increasing their size. These binaries are used to run tests inside QEMU.
To accommodate this, increase the QEMU RAM allocation to 1024 MB.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/rust.py