Skip to content

Commit

Permalink
Avoid cleaning remote.bazelrc
Browse files Browse the repository at this point in the history
yet another regression in the activation of the remote cache...

Change-Id: I3efccf75de422672e463f56ba0dac0110b8b124b
(cherry picked from commit ae1abf7)
  • Loading branch information
TimotheusBachinger committed Feb 14, 2025
1 parent 0a7d296 commit 46960da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ EXCLUDE_PROPER= \
--exclude="**/.idea" \
--exclude=".werks/.last" \
--exclude=".werks/.my_ids" \
--exclude="user.bazelrc"
--exclude="user.bazelrc" \
--exclude="remote.bazelrc"

EXCLUDE_CLEAN=$(EXCLUDE_PROPER) \
--exclude=".venv" \
Expand Down

0 comments on commit 46960da

Please sign in to comment.