Skip to content

Commit

Permalink
[Hexagon]Disable hexagon gtest (apache#11236)
Browse files Browse the repository at this point in the history
* Disable hexagon gtest build
  • Loading branch information
mehrdadh authored and Boblest Sebastian (ETAS-DEV/XPC-Fe1) committed May 27, 2022
1 parent bbed65a commit 31f5a3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scripts/task_build_hexagon_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ cmake -DANDROID_ABI=arm64-v8a \
-DUSE_HEXAGON_ARCH=v68 \
-DUSE_HEXAGON_SDK="${HEXAGON_SDK_PATH}" \
-DUSE_HEXAGON_TOOLCHAIN="${HEXAGON_TOOLCHAIN}" \
-DUSE_OUTPUT_BINARY_DIR="${output_binary_directory}" \
-DUSE_HEXAGON_GTEST="${HEXAGON_SDK_PATH}/utils/googletest/gtest" ..
-DUSE_OUTPUT_BINARY_DIR="${output_binary_directory}" ..
# TODO(hexagon-team): enable this once https://github.com/apache/tvm/issues/11237 is fixed.
# -DUSE_HEXAGON_GTEST="${HEXAGON_SDK_PATH}/utils/googletest/gtest" ..

make -j$(nproc)

0 comments on commit 31f5a3d

Please sign in to comment.