Skip to content

Commit

Permalink
Remove the cleaning of the cache. (tensorflow#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse committed Apr 16, 2020
1 parent ce433ec commit 57b8ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/docker/build_wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ARG NIGHTLY_FLAG
ARG NIGHTLY_TIME
RUN --mount=type=cache,id=cache_bazel,target=/root/.cache/bazel \
bash tools/testing/build_and_run_tests.sh && \
bazel clean --expunge && \
bazel build \
-c opt \
--noshow_progress \
Expand Down

0 comments on commit 57b8ba5

Please sign in to comment.