Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
af15ddc2
Unverified
Commit
af15ddc2
authored
Jul 11, 2023
by
inphi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-builder: Add mips binutils
parent
af8a1ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
Dockerfile
ops/docker/ci-builder/Dockerfile
+13
-8
No files found.
ops/docker/ci-builder/Dockerfile
View file @
af15ddc2
...
...
@@ -6,10 +6,10 @@ WORKDIR /opt
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
&&
\
apt-get
install
-y
curl build-essential git
&&
\
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
>
rustup.sh
&&
\
chmod
+x ./rustup.sh
&&
\
./rustup.sh
-y
apt-get
install
-y
curl build-essential git
&&
\
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
>
rustup.sh
&&
\
chmod
+x ./rustup.sh
&&
\
./rustup.sh
-y
COPY
./.foundryrc ./.foundryrc
...
...
@@ -21,10 +21,10 @@ RUN git clone https://github.com/foundry-rs/foundry.git ./foundry \
WORKDIR
/opt/foundry
RUN
source
$HOME
/.profile
&&
\
cargo build
--release
&&
\
strip /opt/foundry/target/release/forge
&&
\
strip /opt/foundry/target/release/cast
&&
\
strip /opt/foundry/target/release/anvil
cargo build
--release
&&
\
strip /opt/foundry/target/release/forge
&&
\
strip /opt/foundry/target/release/cast
&&
\
strip /opt/foundry/target/release/anvil
FROM
ethereum/client-go:alltools-v1.10.25 as geth
...
...
@@ -105,3 +105,8 @@ RUN echo "downloading mockery tool" && \
cp
mockery-tmp-dir/mockery /usr/local/bin/mockery
&&
\
chmod
+x /usr/local/bin/mockery
&&
\
rm
-rf
mockery-tmp-dir
RUN
echo
"installing mips binutils"
&&
\
apt-get
install
-y
binutils-mips-linux-gnu python3 python3-pip
&&
\
pip3
install
capstone pyelftools
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment