Loading circle.yml +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ job: &JOB - image: jimmycuadra/rust:1.19.0 steps: - checkout - apt-get update - run: ./test/add_target.sh - restore_cache: key: registry Loading test/build_openssl.sh +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ if [ -d ~/openssl ]; then exit 0 fi apt-get update apt-get install -y --no-install-recommends curl case "${LIBRARY}" in Loading Loading
circle.yml +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ job: &JOB - image: jimmycuadra/rust:1.19.0 steps: - checkout - apt-get update - run: ./test/add_target.sh - restore_cache: key: registry Loading
test/build_openssl.sh +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ if [ -d ~/openssl ]; then exit 0 fi apt-get update apt-get install -y --no-install-recommends curl case "${LIBRARY}" in Loading