mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Run bootstrap-gstreamer in CI
This commit is contained in:
parent
57af033a28
commit
0ee6695e4e
1 changed files with 5 additions and 1 deletions
|
@ -184,6 +184,7 @@ def linux_tidy_unit_untrusted():
|
||||||
.with_script("""
|
.with_script("""
|
||||||
./mach test-tidy --no-progress --all
|
./mach test-tidy --no-progress --all
|
||||||
./mach test-tidy --no-progress --self-test
|
./mach test-tidy --no-progress --self-test
|
||||||
|
./mach bootstrap-gstreamer
|
||||||
./mach build --dev
|
./mach build --dev
|
||||||
./mach test-unit
|
./mach test-unit
|
||||||
|
|
||||||
|
@ -817,7 +818,10 @@ def linux_build_task(name, *, build_env=build_env, install_rustc_dev=True):
|
||||||
.with_dockerfile(dockerfile_path("build"))
|
.with_dockerfile(dockerfile_path("build"))
|
||||||
.with_env(**build_env, **unix_build_env, **linux_build_env)
|
.with_env(**build_env, **unix_build_env, **linux_build_env)
|
||||||
.with_repo_bundle()
|
.with_repo_bundle()
|
||||||
.with_script("rustup set profile minimal")
|
.with_script("""
|
||||||
|
rustup set profile minimal
|
||||||
|
./mach bootstrap-gstreamer
|
||||||
|
""")
|
||||||
)
|
)
|
||||||
if install_rustc_dev:
|
if install_rustc_dev:
|
||||||
# required by components/script_plugins:
|
# required by components/script_plugins:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue