Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 7c2eeb8

Browse files
author
bors-servo
authored
Auto merge of #386 - aneeshusa:test-android-packaging-on-auto, r=larsbergstrom
Test packaging on android builder Our android-nightly builder has been busted for a long time, which meant our packaging code was not being exercised. Also, the nightly builder only runs once a day instead of on each build, which recently allowed a regression to slip in due to an uncaught syntax error. To prevent future regressions, test packaging on the android builder, which runs on try and auto builds. See servo/servo#11406 for the bug. This should not be merged until that fix is merged and android-nightly has had a chance to run, to ensure that packaging is no longer broken. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/386) <!-- Reviewable:end -->
2 parents 8cf5982 + 3501d17 commit 7c2eeb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/master/files/config/steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ linux-rel:
4747

4848
android:
4949
- ./mach build --android --dev
50+
- ./mach package --android --dev
5051
- bash ./etc/ci/lockfile_changed.sh
5152
- bash ./etc/ci/manifest_changed.sh
5253
- python ./etc/ci/check_dynamic_symbols.py

0 commit comments

Comments
 (0)