torch-mlir/build_tools/python_deploy
Ashay Rane eec9a7e022
ci: make pip skip cached packages while installing dependencies (#1570)
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.
2022-11-11 20:31:38 -06:00
..
.gitignore Add oneshot release snapshot for test/ondemand (#768) 2022-04-21 02:19:12 -07:00
build_linux_packages.sh ci: make pip skip cached packages while installing dependencies (#1570) 2022-11-11 20:31:38 -06:00
build_macos_packages.sh Reenable LTC in out-of-tree build (for real this time) (#1205) 2022-08-19 15:25:00 -04:00
build_upload_m1_snapshot.sh build: improve robustness of cmake and shell scripts (#1018) 2022-07-06 14:39:30 -07:00
build_windows.ps1 ci: re-add powershell script for windows release builds (#1561) 2022-11-06 12:48:38 -06:00
build_windows_ci.sh ci: enable ccache on Windows (#1548) 2022-11-03 12:17:22 -05:00
install_macos_deps.sh Fix OSX nightly builds (#1032) 2022-07-10 22:17:01 -07:00