EAS M1 build is failing

All our M1 iOS builds are failing since a couple of days. Something seems to be broken with the infrastructure.

" [stderr]

documents/OpenADR/v2.0b/Profile_B_Schema_20130701/__MACOSX/._oadr_xmldsig11.xsd: Truncated tar archive

2[stderr]

tar: Error exit delayed from previous errors.

3tar exited with non-zero code: 1"

Any ideas what I’m doing wrong?

can you share a link to your build?

nevermind, found it from your account. it looks like not all builds fail, but rather it’s intermittent. is there any difference on your end between the builds that succeed or fail? eg: do you start them (run eas build) from different computers?

I think I found the reason. We have some external technical documentation that was bundled in the upload (we now .easignore that) and for some reason those docs are confusing eas’s zip / unzip process on M1. The same stuff works on the android pipeline.

Anyway ignoring the files fixes the issue for me.