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 c63f62b commit ca523baCopy full SHA for ca523ba
omnibus/config/software/llvm_bin.rb
@@ -1,6 +1,6 @@
1
name "llvm_bin"
2
LLVM_VERSION = (ENV['LLVM_VERSION'] || "10.0.0").strip
3
-default_version "#{LLVM_VERSION}-1"
+default_version "#{LLVM_VERSION}-2"
4
skip_transitive_dependency_licensing true
5
6
if linux?
@@ -21,7 +21,8 @@
21
when "6.0.1"
22
source_md5 = "435beaff5e309921f4d87c275cad4e03"
23
when "10.0.0"
24
- source_md5 = "edccfa777cba6e160b19bd5b57b12c8f"
+ # source_md5 = "edccfa777cba6e160b19bd5b57b12c8f" # 10.0.0-1
25
+ source_md5 = "dc44dbc947b67c76e44df1c9e38df901" # 10.0.0-2
26
else
27
raise "llvm_bin #{LLVM_VERSION} not supported on osx"
28
end
0 commit comments