Loading circle.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ job: &JOB - image: jimmycuadra/rust:1.19.0 steps: - checkout - run: apt-get update - run: apt-get install -y curl - run: ./test/add_target.sh - restore_cache: key: registry Loading test/build_openssl.sh +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ if [ -d ~/openssl ]; then exit 0 fi apt-get update apt-get install -y --no-install-recommends curl case "${LIBRARY}" in "libressl") URL1="http://ftp3.usa.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz" Loading Loading
circle.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ job: &JOB - image: jimmycuadra/rust:1.19.0 steps: - checkout - run: apt-get update - run: apt-get install -y curl - run: ./test/add_target.sh - restore_cache: key: registry Loading
test/build_openssl.sh +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ if [ -d ~/openssl ]; then exit 0 fi apt-get update apt-get install -y --no-install-recommends curl case "${LIBRARY}" in "libressl") URL1="http://ftp3.usa.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz" Loading