Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a gstreamer servosrc plugin #24754

Merged
merged 3 commits into from Nov 25, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Run bootstrap-gstreamer in CI

  • Loading branch information
asajeffrey committed Nov 25, 2019
commit 0ee6695e4eb80612699579e74d577e1989ee0f76
@@ -184,6 +184,7 @@ def linux_tidy_unit_untrusted():
.with_script("""
./mach test-tidy --no-progress --all
./mach test-tidy --no-progress --self-test
./mach bootstrap-gstreamer
./mach build --dev
./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_env(**build_env, **unix_build_env, **linux_build_env)
.with_repo_bundle()
.with_script("rustup set profile minimal")
.with_script("""
rustup set profile minimal
./mach bootstrap-gstreamer
""")
)
if install_rustc_dev:
# required by components/script_plugins:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.