This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 41c0fc01b9 risc-v/rv-virt: Remove SCANFTEST from rv-virt:citest
41c0fc01b9 is described below
commit 41c0fc01b9fae5927e6964b5ef42e97369e5f950
Author: Lup Yuen Lee <[email protected]>
AuthorDate: Tue Dec 24 18:41:27 2024 +0800
risc-v/rv-virt: Remove SCANFTEST from rv-virt:citest
`CONFIG_TESTING_SCANFTEST` is no longer needed in `rv-virt:citest`
defconfig because of https://github.com/apache/nuttx-apps/pull/2914
This PR excludes `CONFIG_TESTING_SCANFTEST` from `rv-virt:citest` so that
CI Job `risc-v-05` will complete successfully.
---
boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
b/boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
index 70c7193df1..1328d34dff 100644
--- a/boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
+++ b/boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
@@ -134,7 +134,6 @@ CONFIG_TESTING_LTP=y
CONFIG_TESTING_MM=y
CONFIG_TESTING_OPEN_MEMSTREAM=y
CONFIG_TESTING_OSTEST=y
-CONFIG_TESTING_SCANFTEST=y
CONFIG_TESTS_TESTSUITES=y
CONFIG_TLS_NCLEANUP=4
CONFIG_TLS_NELEM=8