Skip to content

Commit 9039214

Browse files
authored
Update workspace.bzl
1 parent a8affb0 commit 9039214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def repo(extra_patches = [], override_commit = ""):
1414
name = "xla",
1515
sha256 = sha,
1616
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)],
17+
strip_prefix = "openxla-xla-{commit}".format(commit = commit[:7]),
18+
urls = ["https://api.github.com/repos/openxla/xla/tarball/{commit}".format(commit = commit)],
1919
patch_cmds = XLA_PATCHES + extra_patches,
2020
)

0 commit comments

Comments
 (0)