Skip to content

Commit

Permalink
qemu_v8: Disable Rust examples by default
Browse files Browse the repository at this point in the history
There has been random CI build failures reported while building Rust
examples. Most of them seems like conflicts with buildroot provided Rust
toolchain. So until those are resolved, disable default Rust examples
build for now to get the CI passing successfully.

Link: OP-TEE#727
Link: OP-TEE#728
Acked-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
Signed-off-by: Sumit Garg <[email protected]>
  • Loading branch information
b49020 committed Jan 30, 2024
1 parent 9715e9d commit 89d806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_v8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ QEMU_VIRTFS_AUTOMOUNT = y
endif

# Option to enable Rust examples
RUST_ENABLE ?= y
RUST_ENABLE ?= n

include common.mk

Expand Down

0 comments on commit 89d806c

Please sign in to comment.