mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
While introducing Windows-Arm64 nightly workflows, we created a separate template file for win-arm64. This PR combines x64&arm64 and deletes the win-arm64 one. Fixes #148776 Pull Request resolved: https://github.com/pytorch/pytorch/pull/149850 Approved by: https://github.com/ozanMSFT, https://github.com/malfet |
||
|---|---|---|
| .. | ||
| binary_ios_build.sh | ||
| binary_ios_test.sh | ||
| binary_ios_upload.sh | ||
| binary_linux_test.sh | ||
| binary_populate_env.sh | ||
| binary_upload.sh | ||
| binary_windows_build.sh | ||
| binary_windows_test.sh | ||
| driver_update.bat | ||
| functorch_doc_push_script.sh | ||
| publish_android_snapshot.sh | ||
| README.md | ||
| trigger_azure_pipeline.py | ||
All the scripts in this directory are callable from ~/workspace/.circleci/scripts/foo.sh.
Don't try to call them as .circleci/scripts/foo.sh, that won't
(necessarily) work. See Note [Workspace for CircleCI scripts] in
job-specs-setup.yml for more details.