Fixed CI issues caused by moving OSPERF in https://github.com/apache/nuttx-apps/pull/2346
==================================================================================== Cmake in present: qemu-armv8a/nsh_smp Configuration/Tool: qemu-armv8a/nsh_smp ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: boards/arm64/qemu/qemu-armv8a/configs/nsh_smp/defconfig no changes added to commit (use "git add" and/or "git commit -a") Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
5e5640992d
commit
48a399479c
@ -17,6 +17,7 @@ CONFIG_ARCH_EARLY_PRINT=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=8192
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARM64_STRING_FUNCTION=y
|
||||
CONFIG_BENCHMARK_OSPERF=y
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_DEBUG_ASSERTIONS=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
@ -63,7 +64,6 @@ CONFIG_SYSTEM_SYSTEM=y
|
||||
CONFIG_SYSTEM_TASKSET=y
|
||||
CONFIG_SYSTEM_TIME64=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_OSPERF=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_STACKSIZE=16384
|
||||
CONFIG_TESTING_SMP=y
|
||||
|
Loading…
Reference in New Issue
Block a user