link2xt
|
543a7965c2
|
Remove ndk-make.sh symlink to scripts/ndk-make.sh
If scripts are always called directly without symlink,
there is no need to use `realpath` which is not available
on some systems.
F-Droid builds already use scripts/ndk-make.sh:
<https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.b44t.messenger.yml>
Same for nightly builds running on Concourse CI.
|
2023-01-05 18:38:20 +00:00 |
|
link2xt
|
2f8992a77c
|
Use realpath for the case of running the script via symlink
|
2023-01-02 14:47:04 +00:00 |
|
link2xt
|
78aada7027
|
Explicitly set RUSTUP_TOOLCHAIN to 1.64.0
Core is supposed to support all Rust versions above
MSRV, there is no need to use the same toolchain for
the core across all platforms.
|
2022-12-30 16:32:52 +00:00 |
|
Alexander Krotov
|
3b4ed28269
|
Add scripts/install-toolchains.sh
|
2020-10-21 14:02:57 +03:00 |
|