Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 15, 2024
1 parent 1bf3869 commit ad3b63f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,13 @@ namada:
# install cargo cache
RUN cargo binstall cargo-cache --no-confirm

# install cargo about
RUN cargo binstall cargo binstall cargo-about --no-confirm

Check failure on line 50 in Earthfile

View workflow job for this annotation

GitHub Actions / build (namada)

Error

The command RUN cargo binstall cargo binstall cargo-about --no-confirm did not complete successfully. Exit code 70

# install llvm-cov
RUN cargo binstall cargo-llvm-cov --no-confirm
RUN cargo +$nightly_toolchain install cargo-llvm-cov --locked

# download rocksdb
# GIT CLONE --branch v$rocksdb_version [email protected]:facebook/rocksdb.git rocksdb
# RUN cd rocksdb && make shared_lib
# RUN echo /rocksdb | tee /etc/ld.so.conf.d/rocksdb.conf
# RUN ldconfig

# download mold
RUN curl -o mold.tar.gz -LO https://github.com/rui314/mold/releases/download/v2.32.1/mold-2.32.1-x86_64-linux.tar.gz
RUN tar --strip-components 2 -xvzf mold.tar.gz mold-2.32.1-x86_64-linux/bin/mold
Expand Down

0 comments on commit ad3b63f

Please sign in to comment.