Skip to content

Commit

Permalink
Remove CCACHE settings and validate on OSX
Browse files Browse the repository at this point in the history
Builds whl package for OSX. Need to validate smoke tests next
  • Loading branch information
powderluv committed Apr 14, 2022
1 parent 24f9de7 commit 91d3e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/build_python_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p $wheelhouse
cd $wheelhouse

echo "---- BUILDING torch-mlir ----"
CMAKE_GENERATOR=Ninja CMAKE_C_COMPILER_LAUNCHER=ccache CMAKE_CXX_COMPILER_LAUNCHER=ccache \
CMAKE_GENERATOR=Ninja \
$PYTHON "${repo_root}/setup.py" bdist_wheel --dist-dir "$wheelhouse" -v

# Smoke test: create a venv, install the package, and run an example.
Expand Down

0 comments on commit 91d3e7b

Please sign in to comment.