From 7d1d58bbe127fd455e029e97e12a95c216156417 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 21 Aug 2019 11:24:00 -0500 Subject: [PATCH] Updated magicleap signing cert --- etc/taskcluster/decision_task.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 4400e62ba5a..507dd95eb0a 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -870,14 +870,14 @@ def magicleap_build_task(name, build_type): path="magicleap" ) .with_directory_mount( - "https://servo-deps.s3.amazonaws.com/magicleap/TempSharedCert.zip", - sha256="cdc2d26bc87ecf1cd8133df4e72c4eca5df7ddd815d0adf3045460253c1fe123", + "https://servo-deps.s3.amazonaws.com/magicleap/ServoCICert-expires-2020-08-25.zip", + sha256="33f9d07b89c206e671f6a5020e52265b131e83aede8fa474be323a8e3345d760", path="magicleap" ) # Early script in order to run with the initial $PWD .with_early_script(""" export MAGICLEAP_SDK="$PWD/magicleap/v0.20.0+ndk19c" - export MLCERT="$PWD/magicleap/TempSharedCert.cert" + export MLCERT="$PWD/magicleap/servocimlcert.cert" """) .with_script(""" unset OPENSSL_INCLUDE_DIR