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

builder: use correct permission bits when creating a library #2708

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Mar 12, 2022

Previously, the wrong permission bits were emitted by tinygo build-library. This commit fixes that, by chmod'ing to reasonable default permission bits.

See: #2685 and #2691.

Previously, the wrong permission bits were emitted by
`tinygo build-library`. This commit fixes that, by `chmod`'ing to
reasonable default permission bits.
@deadprogram
Copy link
Member

Thanks for a more complete fix to this issue. Merging.

@deadprogram deadprogram merged commit 7d4bf09 into dev Mar 12, 2022
@deadprogram deadprogram deleted the fix-library-permission branch March 12, 2022 22:20
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.

2 participants