immich - disable failing

This commit is contained in:
Licaon_Kter 2024-09-13 06:53:14 +00:00
parent 12a7bd6e21
commit 90e8bd7ae5

View file

@ -3100,49 +3100,9 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: 25.2.9519653
- versionName: 1.114.0
versionCode: 158
disable: https://github.com/immich-app/immich/issues/12425
commit: 068904f7461118d4e4d6f8733e7e4186b6c38c84
subdir: mobile
submodules: true
sudo:
- apt-get update
- apt-get install -y gcc-multilib libc-dev make
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
- rustup@1.25.2
rm:
- design
- docker
- machine-learning
- mobile/ios
- server
- web
prebuild:
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]] || exit 1'
- pushd $$flutter$$
- git checkout -f $flutterVersion
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- sed -i -e "s/^\#f//" pubspec.yaml
- sed -i -e 's/^\/\/f //' android/app/build.gradle
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- mobile/.pub-cache
build:
- $$rustup$$/rustup-init.sh -y
- source $HOME/.cargo/env
- export PUB_CACHE=$(pwd)/.pub-cache
- bash ./scripts/fdroid_build_isar.sh
- $$flutter$$/bin/flutter build apk --release
ndk: 25.2.9519653
- versionName: 1.115.0
versionCode: 159
disable: https://github.com/immich-app/immich/issues/12425
commit: 230eff4e1a537de9db40c2b2a2ad7fb5de487da0
subdir: mobile
submodules: true