Skip to content

fix(post-install): finish the install for formulas that clean up and glob - #831

Merged
indaco merged 1 commit into
mainfrom
fix/node-post-install-steps
Aug 10, 2026
Merged

fix(post-install): finish the install for formulas that clean up and glob#831
indaco merged 1 commit into
mainfrom
fix/node-post-install-steps

Conversation

@indaco

@indaco indaco commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Description

Formulas that migrated to post_install_steps could not finish their post-install. A cleanup step was reported as unsupported before its guard was checked, so a first install warned about work it was never going to do, and a globbed symlink source was linked verbatim, so the matching files were quietly never linked at all. node is the visible case: it now installs with npm, npx and its man pages in place instead of a partial-skip warning.

Related Issue

  • None

Notes for Reviewers

  • None

@indaco
indaco merged commit d816cae into main Aug 10, 2026
3 checks passed
@indaco
indaco deleted the fix/node-post-install-steps branch August 10, 2026 17:11
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.

1 participant