Skip to content

Commit

Permalink
Update Dockerfile ubuntu-aarch64
Browse files Browse the repository at this point in the history
remove CC and CXX
  • Loading branch information
General-Beck authored Sep 9, 2016
1 parent 9caafa0 commit eebdc86
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 eebdc86

Please sign in to comment.