mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #24027 - asajeffrey:magicleap-certup, r=jdm
Updated magicleap signing cert <!-- Please describe your changes on the following line: --> Our signing cert had expired, so I generated and uploaded a new one. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because we don't test CI infra <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24027) <!-- Reviewable:end -->
This commit is contained in:
commit
dac74a1826
1 changed files with 3 additions and 3 deletions
|
@ -870,14 +870,14 @@ def magicleap_build_task(name, build_type):
|
||||||
path="magicleap"
|
path="magicleap"
|
||||||
)
|
)
|
||||||
.with_directory_mount(
|
.with_directory_mount(
|
||||||
"https://servo-deps.s3.amazonaws.com/magicleap/TempSharedCert.zip",
|
"https://servo-deps.s3.amazonaws.com/magicleap/ServoCICert-expires-2020-08-25.zip",
|
||||||
sha256="cdc2d26bc87ecf1cd8133df4e72c4eca5df7ddd815d0adf3045460253c1fe123",
|
sha256="33f9d07b89c206e671f6a5020e52265b131e83aede8fa474be323a8e3345d760",
|
||||||
path="magicleap"
|
path="magicleap"
|
||||||
)
|
)
|
||||||
# Early script in order to run with the initial $PWD
|
# Early script in order to run with the initial $PWD
|
||||||
.with_early_script("""
|
.with_early_script("""
|
||||||
export MAGICLEAP_SDK="$PWD/magicleap/v0.20.0+ndk19c"
|
export MAGICLEAP_SDK="$PWD/magicleap/v0.20.0+ndk19c"
|
||||||
export MLCERT="$PWD/magicleap/TempSharedCert.cert"
|
export MLCERT="$PWD/magicleap/servocimlcert.cert"
|
||||||
""")
|
""")
|
||||||
.with_script("""
|
.with_script("""
|
||||||
unset OPENSSL_INCLUDE_DIR
|
unset OPENSSL_INCLUDE_DIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue