mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Auto merge of #23362 - jdm:tc-magicleap, r=SimonSapin
Move magicleap builds to taskcluster <!-- 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/23362) <!-- Reviewable:end -->
This commit is contained in:
commit
cb4e3e298e
4 changed files with 62 additions and 28 deletions
|
@ -90,33 +90,6 @@ linux-nightly:
|
|||
- rm -rf ./python/_virtualenv
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
|
||||
magicleap:
|
||||
env:
|
||||
MAGICLEAP_SDK: /Users/servo/magicleap/v0.17.0
|
||||
MLCERT: /Users/servo/magicleap/certs/TempSharedCert.cert
|
||||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- env -u OPENSSL_INCLUDE_DIR -u OPENSSL_LIB_DIR ./mach build --magicleap --dev
|
||||
- ./mach package --magicleap --dev
|
||||
- bash ./etc/ci/lockfile_changed.sh
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
|
||||
magicleap-nightly:
|
||||
env:
|
||||
MAGICLEAP_SDK: /Users/servo/magicleap/v0.17.0
|
||||
MLCERT: /Users/servo/magicleap/certs/TempSharedCert.cert
|
||||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- env -u OPENSSL_INCLUDE_DIR -u OPENSSL_LIB_DIR ./mach build --magicleap --release
|
||||
- ./mach package --magicleap --release
|
||||
- ./mach upload-nightly magicleap
|
||||
- bash ./etc/ci/lockfile_changed.sh
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
|
||||
arm64:
|
||||
env:
|
||||
AR: /usr/bin/aarch64-linux-gnu-ar
|
||||
|
@ -163,6 +136,8 @@ mac-rel-css2: []
|
|||
android-nightly: []
|
||||
windows-msvc-nightly: []
|
||||
mac-nightly: []
|
||||
magicleap-nightly: []
|
||||
magicleap: []
|
||||
|
||||
# No longer maintained
|
||||
arm32: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue