Skip to content

Commit

Permalink
[Chore] Update formulae deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Nov 29, 2024
1 parent ee609d1 commit 4e4232e
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-PsParisC.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-accuser-PsQuebec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-admin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-PsParisC.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-baker-PsQuebec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-codec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-dac-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-dac-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-dal-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-signer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -39,7 +39,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-smart-rollup-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite libffi tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq libffi tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -41,7 +41,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down
4 changes: 2 additions & 2 deletions Formula/tezos-smart-rollup-wasm-debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class << self
depends_on dependency => :build
end

dependencies = %w[gmp hidapi libev protobuf sqlite tezos-sapling-params]
dependencies = %w[gmp hidapi libev protobuf sqlite libpq tezos-sapling-params]
dependencies.each do |dependency|
depends_on dependency
end
Expand All @@ -40,7 +40,7 @@ def make_deps
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup-init", "--default-toolchain", "1.71.1", "-y"
system "rustup-init", "--default-toolchain", "1.78.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
end
Expand Down

0 comments on commit 4e4232e

Please sign in to comment.