Skip to content

Commit 5342572

Browse files
authored
Remove booster build from kframework.rb formula (#4)
Fixes the MacOS package build for K framework after merging HS backend repositories, see https://github.com/runtimeverification/k/actions/runs/8622540175/job/23633901143
1 parent 5a17ce1 commit 5342572

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Formula/kframework.rb

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,13 @@ def install
3939
# https://github.com/Homebrew/homebrew-core/issues/122863
4040
with_env(PATH: ENV["PATH"].sub("#{Formula["llvm"].bin}:", "")) do
4141

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

49-
cd "hs-backend-booster/src/main/native/hs-backend-booster" do
50-
system "stack", "setup"
51-
system "stack", "build"
52-
end
5349
end
5450
end
5551

0 commit comments

Comments
 (0)