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

build: update tokio to 1.40 and Android NDK to r27 #5885

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. build: update tokio to 1.40 and Android NDK to r27

    Delta Chat for Android does not support Android 4 anymore,
    so there is no reason to keep using unsupported NDK.
    
    r27 is the latest LTS version of Android NDK.
    
    Tested:
    - `nix build .#deltachat-rpc-server-arm64-v8a-android`
    - `nix build .#deltachat-rpc-server-armv6l-linux`
    
    `nix build .#deltachat-rpc-server-x86_64-android`
    and
    `nix build .#deltachat-rpc-server-x86-android`
    still fail, but we do not build it in CI.
    link2xt committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    04edc4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e1e9d View commit details
    Browse the repository at this point in the history