Merge pull request #1511 from General-Beck/patch-17
Update Ubuntu-jit Dockerfile
This commit is contained in:
commit
91efef8497
@ -47,7 +47,7 @@ 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 checkout beta && \
|
||||||
git pull && \
|
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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user