Skip to content

Commit

Permalink
fix: update the patch
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <[email protected]>
  • Loading branch information
hectorj2f authored and dannf committed Jan 23, 2025
1 parent 76cdf44 commit 01199bf
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions zetasql/multi-arch-for-linux.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/java/com/google/zetasql/BUILD b/java/com/google/zetasql/BUILD
index dec4bef..3bd4fab 100644
index 3ca01857..d9cbc35a 100644
--- a/java/com/google/zetasql/BUILD
+++ b/java/com/google/zetasql/BUILD
@@ -198,7 +198,7 @@ javadoc_library(
@@ -204,7 +204,7 @@ javadoc_library(
java_library(
name = "jni_channel_linux",
resources = select({
Expand All @@ -11,23 +11,3 @@ index dec4bef..3bd4fab 100644
"//conditions:default": [],
}),
tags = ["maven_coordinates=com.google.zetasql:zetasql-jni-channel-linux:${project.version}"],
diff --git a/zetasql/jdk/BUILD b/zetasql/jdk/BUILD
index 56c30f5..41b5235 100644
--- a/zetasql/jdk/BUILD
+++ b/zetasql/jdk/BUILD
@@ -25,13 +25,13 @@ cc_library(
"@local_jdk//:jni_header",
] + select({
"@bazel_tools//src/conditions:darwin": ["@local_jdk//:jni_md_header-darwin"],
- "@bazel_tools//src/conditions:linux_x86_64": ["@local_jdk//:jni_md_header-linux"],
+ "@bazel_tools//src/conditions:linux": ["@local_jdk//:jni_md_header-linux"],
}),
includes = [
"../../external/local_jdk/include",
] + select({
"@bazel_tools//src/conditions:darwin": ["../../external/local_jdk/include/darwin"],
- "@bazel_tools//src/conditions:linux_x86_64": ["../../external/local_jdk/include/linux"],
+ "@bazel_tools//src/conditions:linux": ["../../external/local_jdk/include/linux"],
}),
linkstatic = 1,
)

0 comments on commit 01199bf

Please sign in to comment.