aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-25 19:53:34 -0700
committerSteven Fackler <[email protected]>2017-07-25 19:53:34 -0700
commitfbc2c08e0701a05b49c2a94a2b1286d7e7134b40 (patch)
treed5e7613e9632c08813e8ff9512f12371b052b792
parentOnly install curl when building openssl (diff)
downloadrust-openssl-fbc2c08e0701a05b49c2a94a2b1286d7e7134b40.tar.xz
rust-openssl-fbc2c08e0701a05b49c2a94a2b1286d7e7134b40.zip
Always apt-get update
-rw-r--r--circle.yml1
-rwxr-xr-xtest/build_openssl.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 73dde4a6..a78c4c97 100644
--- a/circle.yml
+++ b/circle.yml
@@ -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
diff --git a/test/build_openssl.sh b/test/build_openssl.sh
index 9d4323e1..3decd937 100755
--- a/test/build_openssl.sh
+++ b/test/build_openssl.sh
@@ -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