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

Reorganize build and packages to allow for omitting dev tools #5030

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

andyleejordan
Copy link
Member

New requirements in our release pipeline require us to omit the installation of quite a few of our (optional) dev tools, as their post-install tasks reach out to the public NPM registry and so are blocked. By moving everything except esbuild and vsce to optionalDependencies (and reorganzing the build script) we can run the linter and tests outside of the secure container.

@andyleejordan andyleejordan force-pushed the optional-packages branch 4 times, most recently from 1f9d97c to af55b91 Compare August 22, 2024 18:47
New requirements in our release pipeline require us to omit the installation
of quite a few of our (optional) dev tools, as their post-install tasks
reach out to the public NPM registry and so are blocked. By moving everything
except `esbuild` and `vsce` to `optionalDependencies` (and reorganzing the
build script) we can run the linter and tests outside of the secure container.

Since OneBranch and GitHub Actions are now using PowerShell 7.4, the module
setup script had to be updated. Because OneBranch now runs without releasing,
the downloaded drop had to change (skipping a zip and extraction).
@andyleejordan andyleejordan marked this pull request as ready for review August 22, 2024 18:55
@andyleejordan andyleejordan requested a review from a team as a code owner August 22, 2024 18:55
Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

@andyleejordan andyleejordan added this pull request to the merge queue Aug 23, 2024
Merged via the queue into main with commit efd6fd5 Aug 23, 2024
7 checks passed
@andyleejordan andyleejordan deleted the optional-packages branch August 23, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants