Skip to content
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: fix installing libusb in github actions #2498

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

cprussin
Copy link
Collaborator

Summary

Installing node packages requires libusb & libudev due to some native extensions that get compiled during install. However this started failing today, presumably due to package upgrades in the upstream repository.

This PR fixes the libusb & libudev install to do an apt-get update before installing the packages.

Rationale

CI is currently failing on tasks that require these libs.

How has this been tested?

We'll see when the Github Actions trigger

@cprussin cprussin requested review from a team as code owners March 18, 2025 19:10
Copy link

vercel bot commented Mar 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2025 7:18pm
5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
api-reference ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2025 7:18pm
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2025 7:18pm
insights ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2025 7:18pm
proposals ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2025 7:18pm
staking ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2025 7:18pm

@cprussin cprussin force-pushed the cprussin/fix-install-libusb branch from 7af707b to 4dc4168 Compare March 18, 2025 19:16
@cprussin cprussin merged commit ca78c8d into main Mar 18, 2025
12 checks passed
@cprussin cprussin deleted the cprussin/fix-install-libusb branch March 18, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant