-
Notifications
You must be signed in to change notification settings - Fork 371
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
Add missing cstdint include to libmamba/src/solv-cpp/solvable.cpp #2587
Conversation
Thanks for the fix. Would you mind running the linter locally to fix it? The |
I'm sorry, I don't have much experience with C++, mamba or github. I'm just an Arch user trying to fix a build issue. Would you mind explaining which linter to run and how to run it locally? |
Through trial and a lot of error, I managed to get the attached output from
|
No worries, I should have been more explicit, sorry for that. I meant running
You can indeed revert your last commit. |
This reverts commit 71fa9d6.
I did not realize all of my changes in the fork would become a part of this pr, I reverted everything except the fix.
Thank you for the additional explanation, I believe I did everything properly this time. I ran |
The micromamba package in the AUR fails to build with the following errors:
This pr adds the missing import (cstdint), and it now builds correctly on Archlinux.
Is anyone willing to check this for potential problems?