-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
# 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 | ||
|