Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the osx nightly build #2896

Closed
Prev Previous commit
Next Next commit
rebuild osx repo cache
  • Loading branch information
algoriddle committed Jun 7, 2023
commit fcc3698316a811c29de22e75f4787c4be97cfca2
6 changes: 4 additions & 2 deletions conda/faiss/build-lib-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

echo Removing /Users/distiller/miniconda/conda-bld
rm -rf /Users/distiller/miniconda/conda-bld
echo Fixing /Users/distiller/miniconda/conda-bld
rm -fr /Users/distiller/miniconda/conda-bld/osx-64/.cache
rm -f /Users/distiller/miniconda/conda-bld/osx-64/*repodata*
conda index /Users/distiller/miniconda/conda-bld

set -e

Expand Down