mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Load explicit set of gstreamer plugins on macos, and include them in the nightly package.
This commit is contained in:
parent
9fe92ecb4c
commit
72040be69b
6 changed files with 239 additions and 108 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue