Skip to content

Commit

Permalink
Remove SGX toolchain installation from CI Dockerfile (apache#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes authored and alexwong committed Feb 29, 2020
1 parent dab13fb commit 5ebbba2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ RUN bash /install/ubuntu_install_python_package.sh
COPY install/ubuntu_install_llvm.sh /install/ubuntu_install_llvm.sh
RUN bash /install/ubuntu_install_llvm.sh

# SGX deps (build early; changes infrequently)
COPY install/ubuntu_install_sgx.sh /install/ubuntu_install_sgx.sh
RUN bash /install/ubuntu_install_sgx.sh
ENV LD_LIBRARY_PATH /opt/sgxsdk/lib64:${LD_LIBRARY_PATH}

# Rust env (build early; takes a while)
COPY install/ubuntu_install_rust.sh /install/ubuntu_install_rust.sh
RUN bash /install/ubuntu_install_rust.sh
Expand Down

0 comments on commit 5ebbba2

Please sign in to comment.