mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #23992 - asajeffrey:magicleap-taskcluster-monompk, r=jdm
Update taskcluster for new Servo mpk name <!-- Please describe your changes on the following line: --> Updates taskcluster with the new Servo magicleap mpk filename. --- <!-- 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 fix #23991 - [x] These changes do not require tests because it's fixing the build <!-- 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/23992) <!-- Reviewable:end -->
This commit is contained in:
commit
8ceb0ed4bd
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ def magicleap_nightly():
|
||||||
env -u DYLD_LIBRARY_PATH ./mach package --magicleap --release
|
env -u DYLD_LIBRARY_PATH ./mach package --magicleap --release
|
||||||
./mach upload-nightly magicleap --secret-from-taskcluster
|
./mach upload-nightly magicleap --secret-from-taskcluster
|
||||||
""")
|
""")
|
||||||
.with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo2D.mpk")
|
.with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo.mpk")
|
||||||
.find_or_create("build.magicleap_nightly." + CONFIG.task_id())
|
.find_or_create("build.magicleap_nightly." + CONFIG.task_id())
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue