Skip to content

Commit

Permalink
Upgrade to LLVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Nov 1, 2023
1 parent 1180a64 commit d0131e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/kframework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Kframework < Formula
depends_on "gmp"
depends_on "jemalloc"
depends_on "libyaml"
depends_on "llvm@13"
depends_on "llvm@17"
depends_on "mpfr"
depends_on "openjdk"
depends_on "secp256k1"
Expand All @@ -37,7 +37,7 @@ def install
ENV.deparallelize do
# This is a hack to get LLVM off the PATH when building:
# https://github.com/Homebrew/homebrew-core/issues/122863
with_env(PATH: ENV["PATH"].sub("#{Formula["llvm@13"].bin}:", "")) do
with_env(PATH: ENV["PATH"].sub("#{Formula["llvm@17"].bin}:", "")) do

# For both components, we need to run the stack phases _outside_ of
# Maven to prevent connections from timing out.
Expand Down

0 comments on commit d0131e7

Please sign in to comment.