-
Notifications
You must be signed in to change notification settings - Fork 19
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
trustify/server build error #87
Comments
Using |
The steps I ran:
|
Works for me:
What OS do you run this on? |
fedora 39 |
Same as I. What local modification on the source of |
I start to suspect that I missed installing something--foo--devel ? |
I'm assuming I'm doing something wrong 👍 ➜ trustify git:(main) sudo dnf list installed | rg nettle
nettle.x86_64 3.9.1-2.fc39 @anaconda
nettle-devel.x86_64 3.9.1-2.fc39 @fedora |
We don't use nettle but openssl: Lines 16 to 17 in 1334639
Sorry, I ran out of ideas. Maybe try replicating the CI environment. 🤷 |
Thanks for the extra info When I added this to the dependencies:
then it worked
but I can see in your draft pr you are not using it Line 29 in 15d7d24
how that can be possible -- I'm not following 🤷
|
🤔 I'll close this issue and wait for your PR , as I'm not understanding what's going on I suspect that everything I'll be fixed once the PR get merged, thanks |
feedback: build fixed after PR merge ^
|
cargo test
nettle related ? #61
The text was updated successfully, but these errors were encountered: