diff --git a/Formula/tezos-accuser-PsParisC.rb b/Formula/tezos-accuser-PsParisC.rb index cf63df984..ae9397682 100644 --- a/Formula/tezos-accuser-PsParisC.rb +++ b/Formula/tezos-accuser-PsParisC.rb @@ -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 @@ -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 diff --git a/Formula/tezos-accuser-PsQuebec.rb b/Formula/tezos-accuser-PsQuebec.rb index bb8f0b6a3..2f43f4f2f 100644 --- a/Formula/tezos-accuser-PsQuebec.rb +++ b/Formula/tezos-accuser-PsQuebec.rb @@ -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 @@ -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 diff --git a/Formula/tezos-admin-client.rb b/Formula/tezos-admin-client.rb index 6b8ba29d0..7e05543c6 100644 --- a/Formula/tezos-admin-client.rb +++ b/Formula/tezos-admin-client.rb @@ -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 @@ -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 diff --git a/Formula/tezos-baker-PsParisC.rb b/Formula/tezos-baker-PsParisC.rb index ff9b308a8..960134952 100644 --- a/Formula/tezos-baker-PsParisC.rb +++ b/Formula/tezos-baker-PsParisC.rb @@ -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 @@ -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 diff --git a/Formula/tezos-baker-PsQuebec.rb b/Formula/tezos-baker-PsQuebec.rb index df50f80d7..5bda2d70d 100644 --- a/Formula/tezos-baker-PsQuebec.rb +++ b/Formula/tezos-baker-PsQuebec.rb @@ -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 @@ -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 diff --git a/Formula/tezos-client.rb b/Formula/tezos-client.rb index 7bf2b5d53..9d06f3b5c 100644 --- a/Formula/tezos-client.rb +++ b/Formula/tezos-client.rb @@ -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 @@ -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 diff --git a/Formula/tezos-codec.rb b/Formula/tezos-codec.rb index d0aa3050e..0bf41e5c2 100644 --- a/Formula/tezos-codec.rb +++ b/Formula/tezos-codec.rb @@ -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 @@ -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 diff --git a/Formula/tezos-dac-client.rb b/Formula/tezos-dac-client.rb index e40d30169..a693b4b31 100644 --- a/Formula/tezos-dac-client.rb +++ b/Formula/tezos-dac-client.rb @@ -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 @@ -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 diff --git a/Formula/tezos-dac-node.rb b/Formula/tezos-dac-node.rb index cdb77739d..d73709ad8 100644 --- a/Formula/tezos-dac-node.rb +++ b/Formula/tezos-dac-node.rb @@ -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 @@ -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 diff --git a/Formula/tezos-dal-node.rb b/Formula/tezos-dal-node.rb index b18c0d261..726634134 100644 --- a/Formula/tezos-dal-node.rb +++ b/Formula/tezos-dal-node.rb @@ -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 @@ -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 diff --git a/Formula/tezos-node.rb b/Formula/tezos-node.rb index 0f698f2a7..bf63cae9c 100644 --- a/Formula/tezos-node.rb +++ b/Formula/tezos-node.rb @@ -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 @@ -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 diff --git a/Formula/tezos-signer.rb b/Formula/tezos-signer.rb index d47a7d8c2..7b8a9ff2b 100644 --- a/Formula/tezos-signer.rb +++ b/Formula/tezos-signer.rb @@ -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 @@ -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 diff --git a/Formula/tezos-smart-rollup-node.rb b/Formula/tezos-smart-rollup-node.rb index 791778faf..7eb2c431a 100644 --- a/Formula/tezos-smart-rollup-node.rb +++ b/Formula/tezos-smart-rollup-node.rb @@ -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 @@ -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 diff --git a/Formula/tezos-smart-rollup-wasm-debugger.rb b/Formula/tezos-smart-rollup-wasm-debugger.rb index 571affb69..a5832a3f7 100644 --- a/Formula/tezos-smart-rollup-wasm-debugger.rb +++ b/Formula/tezos-smart-rollup-wasm-debugger.rb @@ -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 @@ -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