Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions py3-ml-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-ml-metadata
version: 1.14.0
epoch: 3
version: 1.15.0
epoch: 0
description: For recording and retrieving metadata associated with ML developer and data scientist workflows.
copyright:
- license: MIT
Expand All @@ -13,7 +13,7 @@ environment:
contents:
packages:
- bash
- bazel-5
- bazel-6
- build-base
- busybox
- ca-certificates-bundle
Expand All @@ -32,7 +32,7 @@ pipeline:
with:
repository: https://github.com/google/ml-metadata
tag: v${{package.version}}
expected-commit: 4893bf12d763278a05867b61a47a478ed1286289
expected-commit: abcb0705e71ccb71d064ad3d7ba6bdea5645cf91

- uses: patch
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/WORKSPACE b/WORKSPACE
index 5c094e9..18d0579 100644
index 2465151..b5f6a38 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -24,18 +24,18 @@ http_archive(
@@ -24,18 +24,16 @@ http_archive(
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
)

Expand All @@ -21,12 +21,10 @@ index 5c094e9..18d0579 100644
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/%s.tar.gz" % RULES_FOREIGN_CC_VERSION,
- patch_tool = "patch",
- patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
+ #patch_tool = "patch",
+ #patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
)

load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
@@ -43,17 +43,17 @@ rules_foreign_cc_dependencies()
@@ -43,17 +41,17 @@ rules_foreign_cc_dependencies()

http_archive(
name = "com_google_absl",
Expand All @@ -50,7 +48,7 @@ index 5c094e9..18d0579 100644
],
)

@@ -99,11 +99,10 @@ http_archive(
@@ -98,11 +96,10 @@ http_archive(
http_archive(
name = "six_archive",
urls = [
Expand All @@ -65,12 +63,11 @@ index 5c094e9..18d0579 100644
build_file = "//ml_metadata/third_party:six.BUILD"
)

@@ -254,7 +253,8 @@ http_archive( # windows
name = "com_google_zetasql", # windows
urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT], # windows
strip_prefix = "zetasql-%s" % ZETASQL_COMMIT, # windows
- #patches = ["//ml_metadata/third_party:zetasql.patch"], # windows
@@ -253,6 +250,8 @@ http_archive(
urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT],
strip_prefix = "zetasql-%s" % ZETASQL_COMMIT,
#patches = ["//ml_metadata/third_party:zetasql.patch"],
+ patch_tool = "patch", # windows
+ patches = ["//ml_metadata/third_party:zetasql-m4-1.4.19.patch"], # windows
sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840' # windows
) # windows
sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840'
)
2 changes: 1 addition & 1 deletion py3-ml-metadata/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch
0002-add-zetasql-hackfix.patch
0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch
0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch