We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6e645 commit 1134a76Copy full SHA for 1134a76
omnibus/config/software/llvm_bin.rb
@@ -18,7 +18,11 @@
18
raise "llvm_bin not supported"
19
end
20
21
-source url: "http://crystal-lang.s3.amazonaws.com/llvm/llvm-#{version}-#{ohai['os']}-#{ohai['kernel']['machine']}.tar.gz",
+platform = ohai['os']
22
+# Currently, it is considered `universal` based on the alterations made in the commit 'ed5f1f97e0a67157d886dd6675902e35199a1ab3'
23
+arch = "x86_64"
24
+
25
+source url: "http://crystal-lang.s3.amazonaws.com/llvm/llvm-#{version}-#{platform}-#{arch}.tar.gz",
26
md5: source_md5
27
28
relative_path "llvm-#{version}"
0 commit comments