-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
badtouch: add --locked flag to cargo install #46182
Conversation
The CI build is failing here because the lock file in badtouch v0.7.0 (latest) uses an old version of kuchiki, which in turn uses an old version of cssparser that has a build error. Dependency versions were bumped in the latest commit to badtouch (2019-08-13), which updates the kuchiki version and fixes the cssparser error. However, the changes to
Simply running They may also want to fix the clippy warnings, since they're using a function (std::mem::uninitialized) in an unsafe block in |
I have the same exact error on my catalina machine as well. |
Based the PR build (https://travis-ci.org/kpcyrd/badtouch/builds/606802583) results, I think it just did not quite work on their end. |
Those macOS builds fail with the same error ( |
The build error we were encountering related to Besides that, the author of badtouch was looking for your input on their PR to add macOS to their Travis setup (kpcyrd/authoscope#74), based on your PR (kpcyrd/authoscope#72). |
I've tagged 0.7.1 that should resolve this, please let me know if you need anything else. Thanks for your work! |
@kpcyrd, cool, let me check on the new release. Sorry for the late reply on the PR (this week was crazy for me). |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Relates to #46025