Skip to content

Commit

Permalink
Switch to correct working dir when building wheels.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709074968
  • Loading branch information
iindyk authored and copybara-github committed Dec 23, 2024
1 parent b54c76c commit 31b9e49
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions 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..c2bcc9e 100644
index e63922f..f25e016 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,13 +3,11 @@ workspace(name = "array_record")
Expand Down Expand Up @@ -48,16 +48,3 @@ index e63922f..c2bcc9e 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 31b9e49

Please sign in to comment.