KernelSU icon indicating copy to clipboard operation
KernelSU copied to clipboard

Add Dependabot, Update Dependencies and Workflows

Open CanerKaraca23 opened this issue 2 years ago • 3 comments

Build may fail because of some major dependency updates. Needs changes, changes/fixes welcomed.

Main goal is keeping all things up-to-date.

CanerKaraca23 avatar Mar 11 '24 02:03 CanerKaraca23

I'll make it work in next release, please wait a moment, thank you.

tiann avatar Mar 16 '24 09:03 tiann

cross build --target aarch64-linux-android --release --manifest-path ./userspace/ksud/Cargo.toml
Warning: using older rustc `1.67.0 (fc594f156 2023-01-24)` for the target. Current active rustc on the host is `rustc 1.75.0 (82e1608df 2023-12-21)`.
 > Update with `rustup update --force-non-host stable-x86_64-unknown-linux-gnu`
error: package `clap v4.5.3` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.67.0
error: Recipe `build_ksud` failed on line 5 with exit code 101

https://github.com/cross-rs/cross/issues/1222

tiann avatar Mar 18 '24 02:03 tiann

cross build --target aarch64-linux-android --release --manifest-path ./userspace/ksud/Cargo.toml
Warning: using older rustc `1.67.0 (fc594f156 2023-01-24)` for the target. Current active rustc on the host is `rustc 1.75.0 (82e1608df 2023-12-21)`.
 > Update with `rustup update --force-non-host stable-x86_64-unknown-linux-gnu`
error: package `clap v4.5.3` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.67.0
error: Recipe `build_ksud` failed on line 5 with exit code 101

cross-rs/cross#1222

So, downgrade rust version to 1.67?

CanerKaraca23 avatar Mar 18 '24 22:03 CanerKaraca23

Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.

CanerKaraca23 avatar Mar 19 '24 23:03 CanerKaraca23

Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.

I think it won't break

tiann avatar Mar 19 '24 23:03 tiann

Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.

I think it won't break

Ah, merged, should i create a new pr for it or you will update it?

CanerKaraca23 avatar Mar 20 '24 08:03 CanerKaraca23

Should we update Linux versions of Build Kernel - ChromeOS ARCVM and Build Kernel - WSA workflows from 20.04 to 22.04? Will it break anything? Didn't wanted to do without asking you.

I think it won't break

Ah, merged, should i create a new pr for it or you will update it?

You can make a new pr

tiann avatar Mar 20 '24 09:03 tiann

The apk signature seems broken after this PR

tiann avatar Mar 20 '24 10:03 tiann

The apk signature seems broken after this PR

Updated from 1.1 to 1.4

https://github.com/LSPosed/LSPlugin/packages/1795939

CanerKaraca23 avatar Mar 20 '24 10:03 CanerKaraca23

The apk signature seems broken after this PR

Maybe try version 1.3 or 1.2 instead of reverting back to 1.1 @tiann

CanerKaraca23 avatar Mar 20 '24 12:03 CanerKaraca23