Skip to content

Commit 5cb0a5b

Browse files
committed
Add missing sha256 values to make Bazel happy
1 parent 8487280 commit 5cb0a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WORKSPACE

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EIGEN_COMMIT = "aa6964bf3a34fd607837dd8123bc42465185c4f8"
1212

1313
http_archive(
1414
name = "eigen",
15+
sha256 = "35ba771e30c735a4215ed784d7e032086cf89fe6622dce4d793c45dd74373362",
1516
build_file_content = """
1617
cc_library(
1718
name = "eigen3",
@@ -41,7 +42,7 @@ http_archive(
4142
patches = [
4243
"//third_party/tf:tf.patch",
4344
],
44-
# sha256 = "e52cda3bae45f0ae0fccd4055e9fa29892b414f70e2df94df9a3a10319c75fff",
45+
sha256 = "f771db8d96ca13c72f73c85c9cfb6f5358e2de3dd62a97a9ae4b672fe4c6d094",
4546
strip_prefix = "tensorflow-2.15.0",
4647
urls = [
4748
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.15.0.zip",

0 commit comments

Comments
 (0)