We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a17ce1 commit 5342572Copy full SHA for 5342572
Formula/kframework.rb
@@ -39,17 +39,13 @@ def install
39
# https://github.com/Homebrew/homebrew-core/issues/122863
40
with_env(PATH: ENV["PATH"].sub("#{Formula["llvm"].bin}:", "")) do
41
42
- # For both components, we need to run the stack phases _outside_ of
+ # We need to run the stack phases _outside_ of
43
# Maven to prevent connections from timing out.
44
cd "haskell-backend/src/main/native/haskell-backend" do
45
system "stack", "setup"
46
system "stack", "build"
47
end
48
49
- cd "hs-backend-booster/src/main/native/hs-backend-booster" do
50
- system "stack", "setup"
51
- system "stack", "build"
52
- end
53
54
55
0 commit comments