From d88d7f2a3fa2ddba5a21b7b8ecb359bba98e54e2 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 2 Nov 2022 10:01:11 +0000 Subject: [PATCH] manyverse - remove unbuilt --- metadata/se.manyver.yml | 47 ----------------------------------------- 1 file changed, 47 deletions(-) diff --git a/metadata/se.manyver.yml b/metadata/se.manyver.yml index 08858a36f2..6378acd65b 100644 --- a/metadata/se.manyver.yml +++ b/metadata/se.manyver.yml @@ -2904,53 +2904,6 @@ Builds: - npm run build-android-assets ndk: r21e - - versionName: 0.2210.31-beta-fdroid - versionCode: 137 - commit: 4c718a37964dc5e4411d5c2654f454e4cc689ea3 - timeout: 80000 - subdir: android/app - sudo: - - apt-get update - - apt-get install -y g++ g++-multilib make libtool npm python2 python-is-python2 - autoconf automake libtool - - sysctl fs.inotify.max_user_watches=524288 - - npm install -g react-native-cli - init: npm install --no-optional - gradle: - - fdroid - srclibs: - - NodejsMobile@nodejs-mobile-v0.3.3 - rm: - - node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar - - node_modules/react-native/template/ - - desktop - - ios - - test - prebuild: - - sed -i -e '/lifecycle/d' ../build.gradle - - sed -i -e '/signingConfig signingConfigs/d' build.gradle - scanignore: - - android/build.gradle - - node_modules/react-native/android - - node_modules/jsc-android - - node_modules/hermes-engine - - node_modules/react-native-blurhash/android/build.gradle - - node_modules/react-native-localize/android/build.gradle - - node_modules/react-native-svg/android/build.gradle - - node_modules/react-native-vector-icons/android/build.gradle - - node_modules/@react-native-async-storage/async-storage/android/build.gradle - scandelete: - - node_modules - build: - - pushd $$NodejsMobile$$ - - ./tools/android_build.sh $$NDK$$ arm > /dev/null - - ./tools/android_build.sh $$NDK$$ arm64 > /dev/null - - popd - - mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so - - mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so - - npm run build-android-assets - ndk: r21e - - versionName: 0.2211.1-beta-fdroid versionCode: 138 commit: d1a22d9b1a54039eeb985523d034dcda8e361170