Skip to content

Commit

Permalink
neon-postgres 7611
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Feb 2, 2025
1 parent 94fff86 commit 00e4af5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/neon-postgres.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonPostgres < Formula
desc "Neon's fork of PostgreSQL"
homepage "https://github.com/neondatabase/postgres"
url "https://github.com/neondatabase/neon.git",
tag: "release-7381",
revision: "671889b0e959a6520337ba3c56d645d6ff2ec1c1"
tag: "release-compute-7611",
revision: "3cd601b37091a1a9e38d69c4b46dd9d457fdec38"
license "Apache-2.0"
head "https://github.com/neondatabase/neon.git", branch: "main"

Expand Down Expand Up @@ -82,6 +82,7 @@ def install
]
args << "--with-zstd" if v != "v14"
args << "PG_SYSROOT=#{MacOS.sdk_path}" if OS.mac? && MacOS.sdk_root_needed?
args << "-DUSE_PREFETCH" if OS.mac?

system "./configure", *args
system "make"
Expand Down

0 comments on commit 00e4af5

Please sign in to comment.