Skip to content

Commit

Permalink
fixup! feat: cartesi-machine formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent 895b3e0 commit 46a2a2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/cartesi-machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ class CartesiMachine < Formula
sha256 "60888eed34d995be2480a456d48399c708fcd72d2d4f7e3b5a5423064e45444c"
end

patch :DATA
patch do
url "https://github.com/cartesi/machine-emulator/releases/download/v0.18.1/add-generated-files.diff"
sha256 "5e239448f47fe33b9c13e6c4c9c605ac16b8663f396909cd57abd6e4b447f1c4"
end

def install
system "make", "UARCH_RAM_IMAGE=#{resource("uarch").cached_download}", "BREW_PREFIX=#{prefix}"
Expand Down

0 comments on commit 46a2a2b

Please sign in to comment.