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

fix: added shell function to STRIP #1156

Merged
merged 1 commit into from
Aug 27, 2022
Merged

fix: added shell function to STRIP #1156

merged 1 commit into from
Aug 27, 2022

Conversation

dylan-conway
Copy link
Member

Without shell this error will occur:

s /build/bun/packages/bun-linux-x64/bun --wildcard -K _napi\*
/usr/bin/bash: s: command not found

With shell:

/usr/bin/llvm-strip-13 -s /build/bun/packages/bun-linux-x64/bun --wildcard -K _napi\*

@github-actions github-actions bot added the chore Task to improve the repository label Aug 27, 2022
@Jarred-Sumner Jarred-Sumner merged commit 4720270 into oven-sh:main Aug 27, 2022
@Jarred-Sumner
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Task to improve the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants