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

Fixes the parcel2 build for hdf5 viz when using node18. #16047

Merged
merged 1 commit into from May 5, 2023

Conversation

dannon
Copy link
Member

@dannon dannon commented May 5, 2023

The underlying problem is that parcel passes through, unfiltered, the environment. We could have a separate list to figure out which plugins need additional options, but this runs the risk of deployers having other potentially broken things in their ENV for node. By telling parcel to just use the process backend, we avoid this issue completely and don't have to modify or maintain other changes to the build infra.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

problem is that parcel passes through, unfiltered, the environment.  We
could have a separate list to figure out which plugins need additional
options, but this runs the risk of deployers having *other* potentially
broken things in their ENV for node.  By telling parcel to just use the
process backend, we avoid this issue completely and don't have to modify
or maintain other changes to the build infra.
@dannon dannon marked this pull request as ready for review May 5, 2023 12:40
@github-actions github-actions bot added this to the 23.1 milestone May 5, 2023
@dannon
Copy link
Member Author

dannon commented May 5, 2023

Followup to #15394

Copy link
Contributor

@davelopez davelopez left a comment

Choose a reason for hiding this comment

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

Thank you so much!

@davelopez davelopez merged commit 41d93e9 into galaxyproject:dev May 5, 2023
19 checks passed
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.

None yet

2 participants