File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ class SignalCli < Formula
2121 uses_from_macos "llvm" => :build # For `libclang`, used by `boring-sys` crate
2222 uses_from_macos "zip" => :build
2323
24- on_linux do
25- depends_on arch : :x86_64 # `:libsignal-cli:test` failure, https://github.com/AsamK/signal-cli/issues/1787
26- end
24+ # FIXME: Uncomment below when https://github.com/Homebrew/brew/issues/19838 is resolved
25+ # FIXME: on_linux do
26+ # FIXME: depends_on arch: :x86_64 # `:libsignal-cli:test` failure, https://github.com/AsamK/signal-cli/issues/1787
27+ # FIXME: end
2728
2829 # https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal#determine-the-required-libsignal-client-version
2930 # To check the version of `libsignal-client`, run:
You can’t perform that action at this time.
0 commit comments