Skip to content

Commit

Permalink
Update Ubuntu arm Dockerfile
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 eebdc86 commit e59694f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/ubuntu-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ RUN rustup target add armv7-unknown-linux-gnueabihf
# show backtraces
ENV RUST_BACKTRACE 1

# set compilers
ENV CXX arm-linux-gnueabihf-g++
ENV CC arm-linux-gnueabihf-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 e59694f

Please sign in to comment.