Skip to content

Commit

Permalink
Drop ccache from build_android.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jul 31, 2024
1 parent fd375a3 commit 919dac6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build_tools/cmake/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ E2E_TEST_ARTIFACTS_DIR="${E2E_TEST_ARTIFACTS_DIR:-build-e2e-test-artifacts/e2e_t
BUILD_PRESET="${BUILD_PRESET:-test}"

source build_tools/cmake/setup_build.sh
source build_tools/cmake/setup_ccache.sh

declare -a args=(
-G Ninja
Expand Down Expand Up @@ -94,7 +93,3 @@ echo "------------"
echo "Building test deps for device"
echo "------------------"
"${CMAKE_BIN}" --build "${BUILD_DIR}" --target iree-test-deps -- -k 0

if (( IREE_USE_CCACHE == 1 )); then
ccache --show-stats
fi

0 comments on commit 919dac6

Please sign in to comment.