Skip to content

Commit 82aef70

Browse files
authored
Remove c/cb folder on windows (#1482)
1 parent 9f0c8eb commit 82aef70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conda/build_pytorch.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,7 @@ fi
286286

287287
# Some tricks for sccache with conda builds on Windows
288288
if [[ "$OSTYPE" == "msys" && "$USE_SCCACHE" == "1" ]]; then
289-
if [[ ! -d "/c/cb" ]]; then
290-
rm -rf /c/cb
291-
fi
289+
rm -rf /c/cb
292290
mkdir -p /c/cb/pytorch_1000000000000
293291
export CONDA_BLD_PATH="C:\\cb"
294292
export CONDA_BUILD_EXTRA_ARGS="--dirty"

0 commit comments

Comments
 (0)