Skip to content

Commit

Permalink
tarantool 3.2.1
Browse files Browse the repository at this point in the history
tarantool: update build

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Nov 1, 2024
1 parent 76e1ece commit 83e49ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/t/tarantool.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Tarantool < Formula
desc "In-memory database and Lua application server"
homepage "https://tarantool.org/"
url "https://download.tarantool.org/tarantool/src/tarantool-3.2.0.tar.gz"
sha256 "16a6d54a67f5f954cf784175dfcdb2b549c04ed1414e76256743e1fd4a560289"
url "https://download.tarantool.org/tarantool/src/tarantool-3.2.1.tar.gz"
sha256 "604566ceacb4db9ea6b4f2e29dbed587a9e5721abb49b764906e1a8b19153ea9"
license "BSD-2-Clause"
revision 2
version_scheme 1
head "https://github.com/tarantool/tarantool.git", branch: "master"

Expand Down Expand Up @@ -59,6 +58,7 @@ def install
-DENABLE_BUNDLED_LIBUNWIND=OFF
-DENABLE_BUNDLED_LIBYAML=OFF
-DENABLE_BUNDLED_ZSTD=OFF
-DLUAJIT_NO_UNWIND=ON
]

system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
Expand Down

0 comments on commit 83e49ef

Please sign in to comment.