1
1
diff --git a/WORKSPACE b/WORKSPACE
2
- index 5c094e9..18d0579 100644
2
+ index 2465151..b5f6a38 100644
3
3
--- a/WORKSPACE
4
4
+++ b/WORKSPACE
5
- @@ -24,18 +24,18 @@ http_archive(
5
+ @@ -24,18 +24,16 @@ http_archive(
6
6
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
7
7
)
8
8
@@ -21,12 +21,10 @@ index 5c094e9..18d0579 100644
21
21
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/%s.tar.gz" % RULES_FOREIGN_CC_VERSION,
22
22
- patch_tool = "patch",
23
23
- patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
24
- + #patch_tool = "patch",
25
- + #patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
26
24
)
27
25
28
26
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
29
- @@ -43,17 +43 ,17 @@ rules_foreign_cc_dependencies()
27
+ @@ -43,17 +41 ,17 @@ rules_foreign_cc_dependencies()
30
28
31
29
http_archive(
32
30
name = "com_google_absl",
@@ -50,7 +48,7 @@ index 5c094e9..18d0579 100644
50
48
],
51
49
)
52
50
53
- @@ -99 ,11 +99 ,10 @@ http_archive(
51
+ @@ -98 ,11 +96 ,10 @@ http_archive(
54
52
http_archive(
55
53
name = "six_archive",
56
54
urls = [
@@ -65,12 +63,11 @@ index 5c094e9..18d0579 100644
65
63
build_file = "//ml_metadata/third_party:six.BUILD"
66
64
)
67
65
68
- @@ -254,7 +253,8 @@ http_archive( # windows
69
- name = "com_google_zetasql", # windows
70
- urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT], # windows
71
- strip_prefix = "zetasql-%s" % ZETASQL_COMMIT, # windows
72
- - #patches = ["//ml_metadata/third_party:zetasql.patch"], # windows
66
+ @@ -253,6 +250,8 @@ http_archive(
67
+ urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT],
68
+ strip_prefix = "zetasql-%s" % ZETASQL_COMMIT,
69
+ #patches = ["//ml_metadata/third_party:zetasql.patch"],
73
70
+ patch_tool = "patch", # windows
74
71
+ patches = ["//ml_metadata/third_party:zetasql-m4-1.4.19.patch"], # windows
75
- sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840' # windows
76
- ) # windows
72
+ sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840'
73
+ )
0 commit comments