Skip to content

Commit

Permalink
[ci] Run cmake --build twice to temporary fix the flaky build (iree-o…
Browse files Browse the repository at this point in the history
…rg#2501)

This can serve as a temporary solution to unblock development
until the root case for iree-org#2494
is discovered and fixed.
  • Loading branch information
antiagainst authored Jul 13, 2020
1 parent 8096658 commit 028a883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/cmake/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ cd build
-DIREE_HOST_C_COMPILER=$(which clang) \
-DIREE_HOST_CXX_COMPILER=$(which clang++)

"$CMAKE_BIN" --build .
# TODO(#2494): Invoke once after fixing the flaky build failure in GCP.
"$CMAKE_BIN" --build . || "$CMAKE_BIN" --build .

0 comments on commit 028a883

Please sign in to comment.