Update Ubuntu-jit Dockerfile
[ci skip]
This commit is contained in:
parent
673c5afd4d
commit
8134a89b87
@ -47,6 +47,8 @@ g++ -v
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
|
git checkout master && \
|
||||||
|
git pull && \
|
||||||
cargo build --release --features ethcore/jit --verbose && \
|
cargo build --release --features ethcore/jit --verbose && \
|
||||||
ls /build/parity/target/release/parity && \
|
ls /build/parity/target/release/parity && \
|
||||||
strip /build/parity/target/release/parity
|
strip /build/parity/target/release/parity
|
||||||
|
Loading…
Reference in New Issue
Block a user