We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a5984 commit 35971caCopy full SHA for 35971ca
.github/workflows/_build_torch_xla.yml
@@ -54,7 +54,9 @@ jobs:
54
- name: "Cache: Bazel Repository Cache"
55
uses: actions/cache@v4
56
with:
57
- key: bazel-repository-cache-${{ hashFiles("WORKSPACE") }}
+ # Key should change whenever WORKSPACE file changes.
58
+ # It might change due to archive pin updates or archive patch updates.
59
+ key: bazel-repository-cache-${{ hashFiles("pytorch/xla/WORKSPACE") }}
60
path: ${{ env.BAZEL_REPOSITORY_CACHE_RELATIVE_DIR }}
61
enableCrossOsArchive: true
62
0 commit comments