Skip to content

Commit

Permalink
Remove booster build from kframework.rb formula (#4)
Browse files Browse the repository at this point in the history
Fixes the MacOS package build for K framework after merging HS backend repositories, see https://github.com/runtimeverification/k/actions/runs/8622540175/job/23633901143
  • Loading branch information
jberthold authored Apr 10, 2024
1 parent 5a17ce1 commit 5342572
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Formula/kframework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@ def install
# https://github.com/Homebrew/homebrew-core/issues/122863
with_env(PATH: ENV["PATH"].sub("#{Formula["llvm"].bin}:", "")) do

# For both components, we need to run the stack phases _outside_ of
# We need to run the stack phases _outside_ of
# Maven to prevent connections from timing out.
cd "haskell-backend/src/main/native/haskell-backend" do
system "stack", "setup"
system "stack", "build"
end

cd "hs-backend-booster/src/main/native/hs-backend-booster" do
system "stack", "setup"
system "stack", "build"
end
end
end

Expand Down

0 comments on commit 5342572

Please sign in to comment.