Skip to content

Commit b0e322d

Browse files
committed
fix
1 parent 47d5b3f commit b0e322d

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

patches/windows.patch

Lines changed: 0 additions & 47 deletions
This file was deleted.

third_party/xla/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def repo(extra_patches = [], override_commit = ""):
1717
strip_prefix = "xla-{commit}".format(commit = commit),
1818
urls = ["https://github.com/openxla/xla/archive/{commit}.tar.gz".format(commit = commit)],
1919
patch_cmds = XLA_PATCHES + extra_patches,
20-
patches = ["//:patches/xla.patch", "//:patches/xla_spmd.patch", "//:patches/windows.patch"],
20+
patches = ["//:patches/xla.patch", "//:patches/xla_spmd.patch"],
2121
patch_args = ["-p1"],
2222
)

0 commit comments

Comments
 (0)