Skip to content

Commit

Permalink
Fixing source tar.gz instead of hacking it here.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsummerwill committed Nov 25, 2015
1 parent 138ec05 commit 267a884
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile-eth
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ WORKDIR /home/xcompiler
RUN git clone --recursive https://github.com/doublethinkco/webthree-umbrella.git

# wget, untar and unzip the prebuilt cross-compiler. Ignore non-zero return
# code error caused by HTTPS re-direct to CDN. Also flatten out the extra
# level of indentation in the tar.gz file here. Needs fixing at source.
# code error caused by HTTPS re-direct to CDN.
RUN wget ‐‐output-document=x-tools.tar.gz https://github.com/doublethinkco/webthree-umbrella-cross/releases/download/0.0.1/x-tools.tar.gz; exit 0
RUN tar xvfz x-tools.tar.gz
RUN mv x-tools/x-tools/arm-unknown-linux-gnueabi/ x-tools/arm-unknown-linux-gnueabi/

# Use that cross-compiler to build the ARM executable
WORKDIR /home/xcompiler/webthree-umbrella/cross-build/ethereum
Expand Down

0 comments on commit 267a884

Please sign in to comment.