j-hc / revanced-magisk-module

Extensive ReVanced builder. Builds both modules and APKs. Updated daily.
https://t.me/rvc_magisk
GNU General Public License v3.0
4.18k stars 795 forks source link

Build failing on my fork #92

Closed HaiziIzzudin closed 2 years ago

HaiziIzzudin commented 2 years ago

Hi, recently my Action build fails since the repo upstream update on my fork. Below is logs:

image

Also my fork contains modified build.conf file. Below is the code:

YOUTUBE_EXCLUDED_PATCHES=""
YOUTUBE_INCLUDED_PATCHES="video-ads minimized-playback old-quality-layout remember-video-quality"
MUSIC_EXCLUDED_PATCHES=""
MUSIC_INCLUDED_PATCHES=""

# MODE: build-mode/version
# options: [module|apk|both|none]/[auto|latest|custom (like 17.36.42)]
# examples: module/auto, both/17.40.41, apk/latest, module/17.36.42, apk/auto, none/none
# 'auto' = selects according to the latest revanced-patches supported version
# 'latest' = always latest
YOUTUBE_MODE=module/auto
MUSIC_ARM64_V8A_MODE=none/auto
MUSIC_ARM_V7A_MODE=none/auto
TWITTER_MODE=none/latest
REDDIT_MODE=none/latest
TIKTOK_MODE=none/latest

SPOTIFY_MODE=none/latest # patches for spotify are quite useless tbh
WARN_WETTER_MODE=none/latest

MOUNT_DELAY=5             # some low-end phones cannot mount apks on boot without a delay. increase to something like 20 if needed.
COMPRESSION_LEVEL=9       # compression level for module zips. between 1 and 9
ENABLE_MAGISK_UPDATE=false # set this to false if you do not want to receive updates from magisk app
BUILD_MINDETACH_MODULE=false

UPDATE_PREBUILTS=true # dont touch this

Any problem with my code/configs? 😲

j-hc commented 2 years ago

should be fixed now with 9cbffa46671fe4ab59f1b3bc292b2e0f00c0bf20

HaiziIzzudin commented 2 years ago

image

New problem rising, but this time the build successfully get pushed to Releases. Mybe this only just information about the build, that it failed?

j-hc commented 2 years ago

fixed now 9068ffd