mirror of https://github.com/llvm/torch-mlir
eec9a7e022
We want each build to be reproducible regardless of prior builds and prior package installations, but pip, by default, uses cached packages from previous invocations of `pip install`. As a result, the incorrect dependencies downloaded in the RollPyTorch workflow in the main repository cannot be reproduced in private forks of the repository. To resolve this problem, this patch adds a `--no-cache-dir` flag to pip, so that it fetches and inspects each requested package independent or prior installations. |
||
---|---|---|
.. | ||
.gitignore | ||
build_linux_packages.sh | ||
build_macos_packages.sh | ||
build_upload_m1_snapshot.sh | ||
build_windows.ps1 | ||
build_windows_ci.sh | ||
install_macos_deps.sh |