Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge #1978
Browse files Browse the repository at this point in the history
1978: Problem: fuzzer fails to compile on the latest master (fixes #1975) r=tomtau a=tomtau

Solution: updated the fuzzer dockerfile to include protoc


Co-authored-by: Tomas Tauber <[email protected]>
  • Loading branch information
bors[bot] and tomtau authored Jul 22, 2020
2 parents 5de7039 + db98bab commit 06a5751
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci-scripts/Dockerfile.fuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ FROM rustlang/rust:nightly-stretch
LABEL maintainer="Crypto.com"

RUN apt-get update && \
apt-get install -y --no-install-recommends libzmq3-dev clang && \
apt-get install -y --no-install-recommends libzmq3-dev clang protobuf-compiler && \
rm -rf /var/lib/apt/lists/*

RUN wget https://download.01.org/intel-sgx/sgx-linux/2.8/distro/ubuntu16.04-server/sgx_linux_x64_sdk_2.8.100.3.bin && \
chmod +x sgx_linux_x64_sdk_2.8.100.3.bin
RUN echo -e 'no\n/opt' | ./sgx_linux_x64_sdk_2.8.100.3.bin

0 comments on commit 06a5751

Please sign in to comment.