Commit 59251c6d authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6259 from ethereum-optimism/inphi/update-ci-builder

ci-builder: Add mips binutils
parents 129c22c8 60111482
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment