Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/i/ignite.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ignite < Formula
desc "Build, launch, and maintain any crypto application with Ignite CLI"
homepage "https://docs.ignite.com/"
url "https://github.com/ignite/cli/archive/refs/tags/v29.4.0.tar.gz"
sha256 "c489fcf1905db1038a1d8b3a3ad6811a5ad6ed2f5807cdd16da8e5abe5924829"
url "https://github.com/ignite/cli/archive/refs/tags/v29.4.1.tar.gz"
sha256 "be80089add623fc31219cb8e3df322a6db5325a1540d186ad3e87421335e6270"
license "Apache-2.0"
head "https://github.com/ignite/cli.git", branch: "main"

Expand All @@ -21,7 +21,7 @@
system "go", "build", "-mod=readonly", *std_go_args(ldflags: "-s -w", output: bin/"ignite"), "./ignite/cmd/ignite"
end

test do

Check failure on line 24 in Formula/i/ignite.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew test --verbose ignite` failed on macOS Sonoma (14)!

/usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.4.0/bin/bundle ==> Testing ignite ==> /usr/local/Cellar/ignite/29.4.1/bin/ignite s chain mars ::error::ignite: failed An exception occurred within a child process: Timeout::Error: execution expired /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.5/lib/ruby/3.4.0/timeout.rb:40:in 'Timeout::Error.handle_timeout' /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.5/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout' /usr/local/Homebrew/Library/Homebrew/test.rb:59:in '<main>'
ENV["DO_NOT_TRACK"] = "1"
system bin/"ignite", "s", "chain", "mars"
sleep 2
Expand Down
Loading