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
tools: add execution permission to uvwasi script #47600
Conversation
|
is there context on why this is needed? |
we were encountering permission error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow up.
|
@mertcanaltin Can you write a descriptive description to your PR and the command you executed to fix the issue, and provide a link to the original issue? |
a9c8b8b
to
bbbb9f4
Compare
|
cc @nodejs/actions |
|
Refs: #47597 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Landed in f509f10 |
After talking to anonrig, I realized that it was a permission error. I typed chmod +x and ran it and sent it
issue
cc @anonrig for keeping him in the loop