android build fails
Build/Submit details page URL
https://expo.fyi/eas-build-archive
Summary
Compressing project files and uploading to EAS Build. Learn more ✔ Compressed project files 1h 12m 20s (20.6 GB) Your project archive is 20.6 GB. You can reduce its size and the time it takes to upload by excluding files that are unnecessary for the build process in .easignore file. Learn more Failed to upload the project tarball to EAS Build
Reason: Project archive is too big. Maximum allowed size is 2.0 GB. Error: build command failed.
Managed or bare?
using rork to create the app
Environment
ompressing project files and uploading to EAS Build. Learn more ✔ Compressed project files 38m 49s (20.5 GB) Your project archive is 20.5 GB. You can reduce its size and the time it takes to upload by excluding files that are unnecessary for the build process in .easignore file. Learn more Failed to upload the project tarball to EAS Build
Reason: Project archive is too big. Maximum allowed size is 2.0 GB. Error: build command failed.
Error output
Compressing project files and uploading to EAS Build. Learn more ✔ Compressed project files 1s (1.1 MB) ✔ Uploaded to EAS
See logs: https://expo.dev/accounts/stropete/projects/tictactoe/builds/2e3ccae9-2a36-4914-a00e-532122e98e60
Waiting for build to complete. You can press Ctrl+C to exit. ✖ Build failed
🤖 Android build failed: Unknown error. See logs of the Install dependencies build phase for more information.
Reproducible demo or steps to reproduce from a blank project
peter@peter-ThinkStation-P510:~/tictactoe$ # Check the exact content of .easignore cat .easignore
Check file permissions
ls -la .easignore
Check if EAS is actually reading the file
EAS_DEBUG=1 eas build --platform android --profile production 2>&1 | grep -i ignore node_modules/ .expo/ .git/ *.log .DS_Store package-lock.json yarn.lock -rw-rw-r-- 1 peter peter 71 Sep 19 12:14 .easignore still waiting for it to complete.