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 a8affb0 commit 9039214Copy full SHA for 9039214
third_party/xla/workspace.bzl
@@ -14,7 +14,7 @@ def repo(extra_patches = [], override_commit = ""):
14
name = "xla",
15
sha256 = sha,
16
type = "tar.gz",
17
- strip_prefix = "openxla-xla-{commit}".format(commit = XLA_COMMIT[:7]),
18
- urls = ["https://api.github.com/repos/openxla/xla/tarball/{commit}".format(commit = XLA_COMMIT)],
+ strip_prefix = "openxla-xla-{commit}".format(commit = commit[:7]),
+ urls = ["https://api.github.com/repos/openxla/xla/tarball/{commit}".format(commit = commit)],
19
patch_cmds = XLA_PATCHES + extra_patches,
20
)
0 commit comments