Skip to content

Commit

Permalink
Bring back slow build fix (apache#30)
Browse files Browse the repository at this point in the history
Bring back slow build fix.
  • Loading branch information
areusch authored and Josh Fromm committed Feb 28, 2023
1 parent e49d040 commit b276402
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/scripts/task_config_build_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ echo set\(USE_MICRO ON\) >> config.cmake
# echo set\(USE_DNNL_CODEGEN ON\) >> config.cmake
# echo set\(USE_ARM_COMPUTE_LIB ON\) >> config.cmake
echo set\(USE_LLVM llvm-config-11\) >> config.cmake
echo set\(USE_NNPACK ON\) >> config.cmake
echo set\(NNPACK_PATH /NNPACK/build/\) >> config.cmake
echo set\(USE_ANTLR ON\) >> config.cmake
echo set\(USE_BLAS openblas\) >> config.cmake
# echo set\(USE_NNPACK ON\) >> config.cmake
# echo set\(NNPACK_PATH /NNPACK/build/\) >> config.cmake
# echo set\(USE_ANTLR ON\) >> config.cmake
# echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake # NOTE: don't set this to use sccache in CI.
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake
echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake
echo set\(USE_VTA_TSIM ON\) >> config.cmake
Expand Down

0 comments on commit b276402

Please sign in to comment.