Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fingerprint] fix config loading error #30505

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

Kudo
Copy link
Contributor

@Kudo Kudo commented Jul 18, 2024

Why

fixes expo/expo-github-action#286 (comment)

How

using Promise.race is not correct where fingerprint.config.cjs may return resolved earlier with null config path. this pr tries to use Promise.any instead.

Test Plan

  • ci passed
  • test on eas project

Checklist

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Jul 18, 2024
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Jul 18, 2024
@Kudo Kudo marked this pull request as ready for review July 18, 2024 16:50
@Kudo Kudo requested a review from wschurman July 18, 2024 16:50
@Kudo Kudo merged commit efa292c into main Jul 18, 2024
18 checks passed
@Kudo Kudo deleted the @kudo/fix-fingerprint-config branch July 18, 2024 23:09
Kudo added a commit that referenced this pull request Jul 18, 2024
fixes
expo/expo-github-action#286 (comment)

using Promise.race is not correct where `fingerprint.config.cjs` may
return resolved earlier with null config path. this pr tries to use
Promise.any instead.

(cherry picked from commit efa292c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint compatible bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

continuous-deploy-fingerprint produce different runtime version for updates and builds
3 participants