Skip to content

Commit

Permalink
Another attempt at fixing Macos x86_64 build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708449324
  • Loading branch information
iindyk authored and copybara-github committed Dec 20, 2024
1 parent 650360d commit bb60de0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion grain/oss/array_record/WORKSPACE.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/WORKSPACE b/WORKSPACE
index e63922f..f25e016 100644
index e63922f..c2bcc9e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,13 +3,11 @@ workspace(name = "array_record")
Expand Down Expand Up @@ -48,3 +48,16 @@ index e63922f..f25e016 100644
],
)
# Riegeli's dependencies
@@ -131,9 +127,9 @@ http_archive(
http_archive(
name = "highwayhash",
build_file = "@com_google_riegeli//third_party:highwayhash.BUILD",
- sha256 = "5380cb7cf19e7c9591f31792b7794d48084f6a3ab7c03d637cd6a32cf2ee8686",
- strip_prefix = "highwayhash-a7f68e2f95fac08b24327d74747521cf634d5aff",
- urls = ["https://github.com/google/highwayhash/archive/a7f68e2f95fac08b24327d74747521cf634d5aff.zip"], # 2023-08-09
+ sha256 = "cf891e024699c82aabce528a024adbe16e529f2b4e57f954455e0bf53efae585",
+ strip_prefix = "highwayhash-276dd7b4b6d330e4734b756e97ccfb1b69cc2e12",
+ urls = ["https://github.com/google/highwayhash/archive/276dd7b4b6d330e4734b756e97ccfb1b69cc2e12.zip"], # 2019-02-22
)

# Tensorflow, 20230705

0 comments on commit bb60de0

Please sign in to comment.