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

refactor(WIP): remove bundle-js job and move bundling to fastlane #doNotMerge #8741

Conversation

gkartalis
Copy link
Member

@gkartalis gkartalis commented May 23, 2023

This PR resolves MOPLAT-771

Description

  • MOPLAT-771 -> get rid of bundle-js job which bundles ios forbuild-test-js (which is NOT needed) and might speed things up when running CI checks
  • Bonus: Attempt to fix ios hermes sourcemaps

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@gkartalis gkartalis self-assigned this May 23, 2023
@gkartalis gkartalis changed the title refactor: remove bundle-js job and move bundling to fastlane refactor(WIP): remove bundle-js job and move bundling to fastlane #doNotMerge May 23, 2023
@gkartalis gkartalis requested a review from damassi May 23, 2023 13:53
paths:
- dist/main.jsbundle
- dist/main.jsbundle.map
- dist/assets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets closely monitor CI time here!

@gkartalis gkartalis changed the base branch from main to gkartalis/hermes-ios-69 May 31, 2023 12:49
@gkartalis gkartalis merged commit 0edf628 into gkartalis/hermes-ios-69 Jun 2, 2023
@gkartalis gkartalis deleted the gkartalis/ios-hermes-sourcemap-remove-bundle-js branch June 2, 2023 09:33
gkartalis added a commit that referenced this pull request Jun 2, 2023
…NotMerge (#8741)

refactor: remove bundle-js job and move bundling to fastlane
gkartalis added a commit that referenced this pull request Jun 5, 2023
…NotMerge (#8741)

refactor: remove bundle-js job and move bundling to fastlane
damassi pushed a commit that referenced this pull request Jun 5, 2023
* feat(iOS): enable hermes

* fix: add sourcemap_file flag

* fix: execute rights to scripts

* feat: add sourcemap file flag

* refactor(WIP): remove bundle-js job and move bundling to fastlane #doNotMerge (#8741)

refactor: remove bundle-js job and move bundling to fastlane

* fix: add use_hermes flag

* build: refresh ci cache

* fix: add correct entry file

* chore: remove index.test.ios.js file and use index.ios.js

* chore: delete index.tests.ios.js file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants