Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Sep 5, 2020
1 parent d9db0bc commit ba2a4d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d45ad03229804f546b68bd223e1414dd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
817a99464a7b9b14006cf1801b6172b12a2fa39a5dedf3bdc65375b8053326a05d610c6375bbafd09134a2178026883b7ba176040ae30874483b0ad5247be016
2 changes: 1 addition & 1 deletion stdlib/Downloader.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOWNLOADER_BRANCH = master
DOWNLOADER_SHA1 = 6cfb8b85318ddc89459cece3b8beeda6636e4461
DOWNLOADER_SHA1 = 4dddc7e14e18c18dff376a1de855845b57480f2e
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function choosetests(choices = [])
filter!(x -> (x != "Profile"), tests)
end

net_required_for = ["Sockets", "LibGit2"]
net_required_for = ["Sockets", "LibGit2", "LibCURL", "Downloader"]
net_on = true
try
ipa = getipaddr()
Expand Down

0 comments on commit ba2a4d9

Please sign in to comment.