mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Factor out F-Droid buildscript (#8625)
Now RustDesk maintainers can make proactive changes in F-Droid packaging script so F-Droid side is (fully) automated. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
7
.github/workflows/flutter-build.yml
vendored
7
.github/workflows/flutter-build.yml
vendored
@@ -10,6 +10,13 @@ on:
|
||||
type: string
|
||||
default: "nightly"
|
||||
|
||||
# NOTE: F-Droid builder script 'flutter/build_fdroid.sh' reads environment
|
||||
# variables from this workflow!
|
||||
#
|
||||
# It does NOT read build steps, however, so please fix 'flutter/build_fdroid.sh
|
||||
# whenever you add changes to Android CI build action ('build-rustdesk-android')
|
||||
# in this file!
|
||||
|
||||
env:
|
||||
WIN_RUST_VERSION: "1.75" # https://github.com/rustdesk/rustdesk/discussions/7503, also 1.78 has ABI change which causes our sciter version not working, https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
||||
RUST_VERSION: "1.75" # sciter failed on m1 with 1.78 because of https://blog.rust-lang.org/2024/03/30/i128-layout-update.html
|
||||
|
||||
Reference in New Issue
Block a user