Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mautrix-signal: fix build with goolm, enable checks & version test #353730

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. mautrix-signal: fix build with goolm enabled

    When building with goolm support, libstdc++ must be linked, as
    libsignal-ffi depends on it being linked.
    
    When building with (deprecated) libolm, it's pulled in transitively, it
    seems -- and it that case, this is effectively a no-op.
    
    Signed-off-by: Christoph Heiss <[email protected]>
    christoph-heiss committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3e1215e View commit details
    Browse the repository at this point in the history
  2. mautrix-signal: enable checks

    Signed-off-by: Christoph Heiss <[email protected]>
    christoph-heiss committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1b360a5 View commit details
    Browse the repository at this point in the history
  3. mautrix-signal: add version test

    Signed-off-by: Christoph Heiss <[email protected]>
    christoph-heiss committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fa2e57d View commit details
    Browse the repository at this point in the history