We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8532e commit b9daeecCopy full SHA for b9daeec
compile-extensions/bin/download_dependency
@@ -66,6 +66,7 @@ if translated_uri.nil?
66
custom_swift_version = "#{custom_swift_version}-RELEASE"
67
end
68
69
+
70
swift_file = "#{custom_swift_version}-ubuntu14.04.tar.gz"
71
translated_uri = "https://swift.org/builds/#{snapshot_type}/ubuntu1404/#{custom_swift_version}/#{swift_file}"
72
debug "DEBUG: Using the following URL for downloading the specified dependency: #{translated_uri}"
0 commit comments