Skip to content

Commit

Permalink
[bignum-fuzzer] Fix Rust nightly installation, attempt #2 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidovranken authored and Dor1s committed Jan 9, 2019
1 parent 658615d commit 5442f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/bignum-fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
RUN add-apt-repository -y ppa:gophers/archive && apt-get update && apt-get install -y golang-1.9-go
RUN ln -s /usr/lib/go-1.9/bin/go /usr/bin/go

# Install Rust nightly
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

RUN git clone --depth 1 https:/guidovranken/bignum-fuzzer
RUN git clone --depth 1 https:/openssl/openssl
RUN hg clone https://gmplib.org/repo/gmp/ libgmp/
Expand Down
2 changes: 2 additions & 0 deletions projects/bignum-fuzzer/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Install Rust nightly
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env

cd $SRC/openssl
Expand Down

0 comments on commit 5442f88

Please sign in to comment.