-
-
Notifications
You must be signed in to change notification settings - Fork 10
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: avoid requiring CGO for now #71
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.
Congrats on making your first Pull Request and thanks for taking the time to improve Open Sauced! β€οΈ! ππ
Say hello by joining the conversation in our Discord
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 this!! ππΌ πΉ
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 @dtemir!
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.
π πΊ
## [1.1.1-beta.2](v1.1.1-beta.1...v1.1.1-beta.2) (2024-02-03) ### π Bug Fixes * avoid requiring CGO for now ([#71](#71)) ([f6d2f1d](f6d2f1d))
Description
If your system doesn't have the
gcc
installed, the binary won't get built.What type of PR is this? (check all applicable)
Related Tickets & Documents
This PR fixes #70
Mobile & Desktop Screenshots/Recordings
Steps to QA
Try deleting gcc
sudo apt-get --purge remove gcc
and runningmake build
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
Make sure the CI passes (didn't test the workflow)
[optional] What gif best describes this PR or how it makes you feel?