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

chore(manager): cleanup and fix Manager build #1497

Merged
merged 6 commits into from
Feb 2, 2024
Merged

Conversation

fortuna
Copy link
Collaborator

@fortuna fortuna commented Feb 2, 2024

  • Create dedicated package action and remove packaging logic from build. This makes start take < 1/5 of the time.
  • Build is simplified: it no longer needs staging percentage and platform
  • Start is simplified for the same reason
  • Remove script/ folder. The scripts were not used, or were folded into the package script.
  • Fix Webpack mode. We were not setting the BUILD_ENV, which I renamed to WEBPACK_MODE.

@fortuna fortuna requested a review from a team as a code owner February 2, 2024 18:52
@github-actions github-actions bot added the size/L label Feb 2, 2024
@fortuna fortuna changed the title Cleanup Manager build chore(manager): cleanup and fix Manager build Feb 2, 2024
@@ -0,0 +1,103 @@
#!/bin/bash -eu
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you be willing to write this as a node file? Just so we're moving towards cross-platform development instead of away from it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not at this point. The effort is not justified. We already have Linux+macOS cross-platform development, we don't develop the Manager on Windows.
I just want to move forward and go back to the SDK. I did remove over 112 net lines in this PR though, so I claim the state is better.

Copy link
Contributor

Choose a reason for hiding this comment

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

Mm, alright. Thanks for doing this!

@@ -0,0 +1,103 @@
#!/bin/bash -eu
Copy link
Contributor

Choose a reason for hiding this comment

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

Mm, alright. Thanks for doing this!

@fortuna fortuna merged commit 28d2b2e into master Feb 2, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants