Skip to content

Commit ac147b1

Browse files
committed
Remove sha256 from llvm-raw to avoid checksum conflicts
1 parent a157f70 commit ac147b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ http_archive(
161161

162162
http_archive(
163163
name = "llvm-raw",
164-
sha256 = "3f986184ee126677dbd77edb16d6b82c057ec869fefd7a9871979941e52e837a",
164+
165165
strip_prefix = "llvm-project-909041e4802c4b9a2223ca04099f35bf1dbbd460",
166166
urls = [
167167
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/909041e4802c4b9a2223ca04099f35bf1dbbd460.tar.gz",

0 commit comments

Comments
 (0)