Load explicit set of gstreamer plugins on macos, and include them in the nightly package.

This commit is contained in:
Josh Matthews 2020-07-16 18:12:34 -04:00
parent 9fe92ecb4c
commit 72040be69b
6 changed files with 239 additions and 108 deletions

View file

@ -492,6 +492,8 @@ def macos_release_build_with_debug_assertions(priority=None):
"./etc/ci/lockfile_changed.sh",
"tar -czf target.tar.gz" +
" target/release/servo" +
" target/release/*.so" +
" target/release/*.dylib" +
" resources",
]))
.with_artifacts("repo/target.tar.gz")