File tree Expand file tree Collapse file tree
tests/release_homebrew/Formula Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -877,6 +877,7 @@ def install_formula(formula: str) -> bool:
877877 args_list = [
878878 'brew' ,
879879 'install' ,
880+ '--build-from-source' ,
880881 '--include-test' ,
881882 '--keep-tmp' ,
882883 '--verbose' ,
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ class HelloWorld < Formula
44 url "https://github.com/LizardByte/actions.git"
55 version "0.0.1"
66
7+ bottle do
8+ root_url "https://ghcr.io/v2/lizardbyte/homebrew"
9+ rebuild 1
10+ sha256 arm64_tahoe : "0000000000000000000000000000000000000000000000000000000000000000"
11+ sha256 arm64_sequoia : "0000000000000000000000000000000000000000000000000000000000000000"
12+ sha256 arm64_sonoma : "0000000000000000000000000000000000000000000000000000000000000000"
13+ sha256 x86_64_linux : "0000000000000000000000000000000000000000000000000000000000000000"
14+ end
15+
716 def install
817 # create hello world sh file with echo command
918 ( buildpath /"hello-world" ) . write <<~EOS
You can’t perform that action at this time.
0 commit comments