Will Schurman

Results 80 comments of Will Schurman

> Hmm, I think I meant a next version so the current one but bumped based on the changelog 🤔 Maybe the current one is fine, I'm open to discussions....

Updated the PR to use the "next" version. The issue is that this now has the same issue as the normal publish flow in that it's not always predictable/consistent what...

Option 3: https://github.com/expo/eas-cli/pull/2243 https://github.com/expo/eas-build/pull/344

cc @nderscore (original PR author): does this look like it will work for your use case? is your use case similar to the test plan for this PR?

So now this theoretically works per-platform, so what's left is figuring out how to get this same per-platform fingerprint at time of running `eas update`. Some ideas: - Require the...

> > The second concern (sometimes updates are created on machines that haven't done pre-build) is addressed by introducing two separate policies: > > running fingerprint at build time is...

> since we can automatically determine whether someone has a managed or bare workflow ooh, how?

> * For the first version of our experimental fingerprint, we can require the user have an osx machine to run `prebuild` if they are using the `bare` workflow. This...

After discussing with @brentvatne on slack, here's the planned changes: - one policy, `fingerprintExperimental` (same as current state of the world) - we look and see whether ios/android are gitignored...