Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update Dockerfile ubuntu-aarch64
Browse files Browse the repository at this point in the history
[ci skip] remove CC and CXX env
backport to beta https://github.com/ethcore/parity/pull/2064
  • Loading branch information
General-Beck authored Sep 23, 2016
1 parent f5d48cb commit f560cf3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker/ubuntu-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ RUN rustup target add aarch64-unknown-linux-gnu
# show backtraces
ENV RUST_BACKTRACE 1

# set compilers
ENV CXX aarch64-linux-gnu-g++
ENV CC aarch64-linux-gnu-gcc

# show tools
RUN rustc -vV && \
cargo -V && \
gcc -v &&\
g++ -v
cargo -V

# build parity
RUN git clone https://github.com/ethcore/parity && \
Expand Down

0 comments on commit f560cf3

Please sign in to comment.