From a931d3b840d25bf536eeae5e457b02f9e338feaa Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 19 Oct 2017 00:47:19 +0200 Subject: [PATCH] Use servo-deps AWS S3 bucket instead of rust-lang-ci for OpenSSL --- support/android/openssl.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/android/openssl.makefile b/support/android/openssl.makefile index cfa720d2c3a..1e3ec330b64 100644 --- a/support/android/openssl.makefile +++ b/support/android/openssl.makefile @@ -10,5 +10,5 @@ openssl-${OPENSSL_VERSION}/libssl.so: openssl-${OPENSSL_VERSION}/Configure ./openssl.sh ${ANDROID_NDK} ${OPENSSL_VERSION} openssl-${OPENSSL_VERSION}/Configure: - URL=https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/openssl-${OPENSSL_VERSION}.tar.gz; \ + URL=https://s3.amazonaws.com/servo-deps/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \ curl $$URL | tar xzf -