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

Add libudev-dev to docker image to build remote-wallet #8149

Merged
merged 2 commits into from
Feb 6, 2020

Conversation

CriesofCarrots
Copy link
Contributor

Problem

The upcoming remote-wallet implementation uses hidapi to communicate with usb wallet devices on various platforms. On Linux, this depends on libudev, which ships with most ubuntu builds. However, to compile the remote-wallet binary, libudev-dev is also required.

Summary of Changes

Add libudev-dev to solanalabs rust docker images
Also, fixup Cargo.lock with changes that got reverted in crossed prs

Required for #8068

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Feb 6, 2020
@solana-grimes solana-grimes merged commit b832a03 into solana-labs:master Feb 6, 2020
@codecov
Copy link

codecov bot commented Feb 6, 2020

Codecov Report

Merging #8149 into master will increase coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #8149     +/-   ##
========================================
+ Coverage    81.8%   81.8%   +<.1%     
========================================
  Files         247     247             
  Lines       53617   53617             
========================================
+ Hits        43890   43898      +8     
+ Misses       9727    9719      -8

mergify bot pushed a commit that referenced this pull request Feb 6, 2020
automerge

(cherry picked from commit b832a03)

# Conflicts:
#	Cargo.lock
CriesofCarrots added a commit that referenced this pull request Feb 7, 2020
@CriesofCarrots CriesofCarrots deleted the docker-libudev-dev branch February 21, 2020 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants