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 ledger-namada deps #13

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@

RUN pipx ensurepath
RUN pipx install speculos

# needed for ledger-namada (ledger-zxlib deps)
RUN apt-get install -y libusb-1.0.0
RUN pip install -U setuptools

Check failure on line 46 in Earthfile

View workflow job for this annotation

GitHub Actions / build (namada)

Error

The command RUN pip install -U setuptools did not complete successfully. Exit code 1
RUN pip install -U --no-cache ledgerblue ecpy

RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rls,rust-analysis,rust-docs,rust-src,llvm-tools-preview
RUN rustup target add wasm32-unknown-unknown
Expand Down
Loading