mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #21912 - servo:lighter-bootstrap, r=jdm
Add `--build` and `--emulator-x86` to `./mach bootstrap-android` This allows not downloading dependencies that are not needed for a particular task. <!-- 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/21912) <!-- Reviewable:end -->
This commit is contained in:
commit
79f0291924
5 changed files with 77 additions and 53 deletions
|
@ -87,7 +87,7 @@ def android_arm32():
|
|||
# wget: servo-media-gstreamer’s build script
|
||||
.with_script("""
|
||||
apt-get install -y --no-install-recommends openjdk-8-jdk-headless file wget
|
||||
./etc/ci/bootstrap-android-and-accept-licences.sh
|
||||
./mach bootstrap-android --accept-all-licences --build
|
||||
./mach build --android --release
|
||||
""")
|
||||
.with_artifacts(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue