-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
tinygo: fix typo #257183
tinygo: fix typo #257183
Conversation
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, should cause no conflict, just a tiny thing to follow nixpkgs convention
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.
I suppose a committer could just squash and fix the commit message accordingly.
Thanks for the bump, i have since become a committer. waiting for eval |
i am the author of the spelling mistake :-) |
I've updated PR title to match commit message |
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.
Now i am confused. Tinygo fails on all platforms on hydra likely since #262346:
- https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.tinygo.x86_64-linux
- https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.tinygo.aarch64-linux
- https://hydra.nixos.org/job/nixpkgs/trunk/tinygo.x86_64-darwin
- https://hydra.nixos.org/job/nixpkgs/trunk/tinygo.aarch64-darwin
They all fail fetching the source, across two version bumps.
ofborg aarch64-linux passes on this PR, but not x86_64-linux, due to a build failure. The installPhase warnings on aarch64-linux indicates that it only passes due to a what i assume is a set +e
somewhere.
This PR should be good to merge however, since tinygo-bootstrap-tools
at least seems to build, but tinygo really could use a look over.
Result of 1 package built:
|
Description of changes
[- See diff.](tinygo: fix typo)