File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ class WasiRuntimes < Formula
1010 formula "llvm"
1111 end
1212
13+ bottle do
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "3c15d547e848cda42bffcb56e8d797f81482495ff45207c808e214274617a8e8"
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0effbd63bd850eef30b7d75d73b8b863b91a9dc74d532e6ca762ad11d49b9ec4"
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "b9918fe74820758f11a0a6412e957764c155886d6c999fba9a9e822f2d7b75d2"
17+ sha256 cellar : :any_skip_relocation , sonoma : "c1840dfe57ce81fdeb13e63f89aa90569e572935db233f6a34597dae63fd1e12"
18+ sha256 cellar : :any_skip_relocation , ventura : "a077d43170858dc3121b56320315028cb625447e888b2d6265c98b6c24b4d164"
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "13c5e9e2ee72e70baeee0882d2b35a5b75137e4628ca839462d8df932585184e"
20+ end
21+
1322 depends_on "cmake" => :build
1423 depends_on "lld" => [ :build , :test ]
1524 depends_on "wasi-libc" => [ :build , :test ]
You can’t perform that action at this time.
0 commit comments