Skip to content

Commit

Permalink
Merge pull request #191348 from Homebrew/signal-cli-rust
Browse files Browse the repository at this point in the history
signal-cli: use `rust` to build
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 0d8a79f + 1bade66 commit fdb4820
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/s/signal-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ class SignalCli < Formula
depends_on "cmake" => :build # For `boring-sys` crate in `libsignal-client`
depends_on "gradle" => :build
depends_on "protobuf" => :build
# libsignal-client requires a specific version of rustc
# https://github.com/signalapp/libsignal/blob/#{libsignal-client.version}/rust-toolchain
depends_on "rustup" => :build
depends_on "rust" => :build

depends_on "openjdk@21"

Expand Down

0 comments on commit fdb4820

Please sign in to comment.