Skip to content

Commit

Permalink
Remove c/cb folder on windows (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Aug 14, 2023
1 parent 9f0c8eb commit 82aef70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ fi

# Some tricks for sccache with conda builds on Windows
if [[ "$OSTYPE" == "msys" && "$USE_SCCACHE" == "1" ]]; then
if [[ ! -d "/c/cb" ]]; then
rm -rf /c/cb
fi
rm -rf /c/cb
mkdir -p /c/cb/pytorch_1000000000000
export CONDA_BLD_PATH="C:\\cb"
export CONDA_BUILD_EXTRA_ARGS="--dirty"
Expand Down

0 comments on commit 82aef70

Please sign in to comment.