mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Also keep LLVM assertions enabled for ARM Linux and Android CI.
This commit is contained in:
parent
bd8ec03740
commit
8bc9f0ed85
1 changed files with 6 additions and 6 deletions
|
@ -79,24 +79,24 @@ linux-nightly:
|
||||||
- ./etc/ci/upload_nightly.sh linux
|
- ./etc/ci/upload_nightly.sh linux
|
||||||
|
|
||||||
android:
|
android:
|
||||||
- ./mach build --android --dev
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --android --dev
|
||||||
- ./mach package --android --dev
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --android --dev
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
- bash ./etc/ci/manifest_changed.sh
|
- bash ./etc/ci/manifest_changed.sh
|
||||||
- python ./etc/ci/check_dynamic_symbols.py
|
- python ./etc/ci/check_dynamic_symbols.py
|
||||||
|
|
||||||
android-nightly:
|
android-nightly:
|
||||||
- ./mach build --android --release
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --android --release
|
||||||
- ./mach package --android --release
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --android --release
|
||||||
- ./etc/ci/upload_nightly.sh android
|
- ./etc/ci/upload_nightly.sh android
|
||||||
|
|
||||||
arm32:
|
arm32:
|
||||||
- ./mach build --rel --target=arm-unknown-linux-gnueabihf
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --rel --target=arm-unknown-linux-gnueabihf
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
- bash ./etc/ci/manifest_changed.sh
|
- bash ./etc/ci/manifest_changed.sh
|
||||||
|
|
||||||
arm64:
|
arm64:
|
||||||
- ./mach build --rel --target=aarch64-unknown-linux-gnu
|
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --rel --target=aarch64-unknown-linux-gnu
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
- bash ./etc/ci/manifest_changed.sh
|
- bash ./etc/ci/manifest_changed.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue