Skip to content

Commit a0cbefb

Browse files
authored
[CI] Set USE_CMSISNN and USE_ETHOSU off in task_config_build_cpu.sh (#12456)
The dependencies for these have moved into ci_cortexm Docker image, so there is not much point in building them for ci_cpu as we can't run the associated tests.
1 parent a408493 commit a0cbefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/task_config_build_cpu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ echo set\(USE_TENSORFLOW_PATH \"/tensorflow\"\) >> config.cmake
5151
echo set\(USE_FLATBUFFERS_PATH \"/flatbuffers\"\) >> config.cmake
5252
echo set\(USE_ETHOSN /opt/arm/ethosn-driver\) >> config.cmake
5353
echo set\(USE_ETHOSN_HW OFF\) >> config.cmake
54-
echo set\(USE_CMSISNN ON\) >> config.cmake
54+
echo set\(USE_CMSISNN OFF\) >> config.cmake
5555
echo set\(USE_VITIS_AI ON\) >> config.cmake
5656
echo set\(USE_VERILATOR ON\) >> config.cmake
5757
echo set\(USE_LIBBACKTRACE ON\) >> config.cmake
5858
echo set\(USE_CCACHE OFF\) >> config.cmake
59-
echo set\(USE_ETHOSU ON\) >> config.cmake
59+
echo set\(USE_ETHOSU OFF\) >> config.cmake
6060
echo set\(USE_UMA ON\) >> config.cmake
6161
echo set\(SUMMARIZE ON\) >> config.cmake

0 commit comments

Comments
 (0)