mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Use servo-deps AWS S3 bucket instead of rust-lang-ci for OpenSSL
This commit is contained in:
parent
664f2829a9
commit
a931d3b840
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue