-
Notifications
You must be signed in to change notification settings - Fork 97
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
Added required packages 'libtss2-dev' and 'libjson-c-dev'. #154
Conversation
thanks! please not that it can take some hours (to half a day if I recall correctly) until docs.rs is actually using the image for new builds |
Thanks 🥳 |
Is there any way to check when Docs.rs starts using the new image? After more than 24 hours (actually ~32 hours) build still fails. And my debug outputs verify that libtss2 isn't availbale. Log from Docs.rs build attempt:
Log with the exactly same code from my own build-env:
|
As a follow up to #154 (comment), is it because this action failed? https://github.com/rust-lang/crates-build-env/actions/runs/10959543961/job/30432134029 I don't think the error has anything to do with my PR 😅 |
yep, it's because the CI workflow on master failed. I just retried it, let's see |
hm.. seems to be a permission issue with the image upload (so you did everything right). I'm checking with the infra team: |
I had an idea how to improve this: rust-lang/docs.rs#2612 |
Please consider adding these packages as they are required to build our project. Thank you!