Skip to content

Commit

Permalink
fix: correct cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Aug 18, 2024
1 parent 241f892 commit adcfc12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/mesc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class Mesc < Formula
depends_on "rust" => :build

def install

Check failure on line 17 in Formula/mesc.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --formula --build-bottle paradigmxyz/brew/mesc` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching paradigmxyz/brew/mesc ==> Cloning https://github.com/paradigmxyz/mesc.git Updating /Users/runner/Library/Caches/Homebrew/mesc--git /usr/bin/env git config remote.origin.url https://github.com/paradigmxyz/mesc.git /usr/bin/env git config remote.origin.fetch +refs/tags/0.2.0:refs/tags/0.2.0 /usr/bin/env git config remote.origin.tagOpt --no-tags /usr/bin/env git config advice.detachedHead false /usr/bin/env git config core.fsmonitor false ==> Checking out tag 0.2.0 /usr/bin/env git checkout -f 0.2.0 -- HEAD is now at de4e784 bump to 0.2.0 /usr/bin/env git reset --hard 0.2.0 -- HEAD is now at de4e784 bump to 0.2.0 ==> Installing mesc from paradigmxyz/brew /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/SPECIFICATION.md /private/tmp/homebrew-unpack20240818-10940-o029zr/SPECIFICATION.md /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/LICENSE-APACHE /private/tmp/homebrew-unpack20240818-10940-o029zr/LICENSE-APACHE /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/go/. /private/tmp/homebrew-unpack20240818-10940-o029zr/go /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/python/. /private/tmp/homebrew-unpack20240818-10940-o029zr/python /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/typescript/. /private/tmp/homebrew-unpack20240818-10940-o029zr/typescript /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/rust/. /private/tmp/homebrew-unpack20240818-10940-o029zr/rust /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/tests/. /private/tmp/homebrew-unpack20240818-10940-o029zr/tests /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/docs/. /private/tmp/homebrew-unpack20240818-10940-o029zr/docs /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/cli/. /private/tmp/homebrew-unpack20240818-10940-o029zr/cli /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/README.md /private/tmp/homebrew-unpack20240818-10940-o029zr/README.md /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/.gitignore /private/tmp/homebrew-unpack20240818-10940-o029zr/.gitignore /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/examples/. /private/tmp/homebrew-unpack20240818-10940-o029zr/examples /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/.github/. /private/tmp/homebrew-unpack20240818-10940-o029zr/.github /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/.git/. /private/tmp/homebrew-unpack20240818-10940-o029zr/.git /usr/bin/env cp -pR /Users/runner/Library/Caches/Homebrew/mesc--git/LICENSE-MIT /private/tmp/homebrew-unpack20240818-10940-o029zr/LICENSE-MIT /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/SPECIFICATION.md /private/tmp/mesc-20240818-10940-6q0ky4/SPECIFICATION.md /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/LICENSE-APACHE /private/tmp/mesc-20240818-10940-6q0ky4/LICENSE-APACHE /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/go/. /private/tmp/mesc-20240818-10940-6q0ky4/go /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/python/. /private/tmp/mesc-20240818-10940-6q0ky4/python /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/typescript/. /private/tmp/mesc-20240818-10940-6q0ky4/typescript /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/rust/. /private/tmp/mesc-20240818-10940-6q0ky4/rust /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/tests/. /private/tmp/mesc-20240818-10940-6q0ky4/tests /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/docs/. /private/tmp/mesc-20240818-10940-6q0ky4/docs /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/cli/. /private/tmp/mesc-20240818-10940-6q0ky4/cli /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/README.md /private/tmp/mesc-20240818-10940-6q0ky4/README.md /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240818-10940-o029zr/.g
system "cargo", "install", "--path", "rust/crates/mesc_cli", "--release", *std_cargo_args
cd "rust/crates/cli" do
system "cargo", "install", *std_cargo_args
end
end

test do
Expand Down

0 comments on commit adcfc12

Please sign in to comment.