Skip to content

Commit c7e966b

Browse files
author
Amit Patankar
authored
Merge pull request tensorflow#17234 from tensorflow/martinwicke-patch-2
Add nasm mirror
2 parents 4845809 + aed54c8 commit c7e966b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/workspace.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
226226
urls = [
227227
"https://mirror.bazel.build/github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.1.tar.gz",
228228
"https://github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.1.tar.gz",
229+
"http://www.nasm.us/pub/nasm/releasebuilds/2.12.02/nasm-2.12.02.tar.bz2",
229230
],
230231
sha256 = "c15a9607892113946379ccea3ca8b85018301b200754f209453ab21674268e77",
231232
strip_prefix = "libjpeg-turbo-1.5.1",

0 commit comments

Comments
 (0)