diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-11-13 11:55:56 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-11-13 11:55:56 -0500 |
commit | 19b9314b485d03fe68f1fa0fc060a4e196a7afc1 (patch) | |
tree | b166f5fa7c6e83152dafbc245130f02e203a5b2e /etc/taskcluster/decision_task.py | |
parent | 5488790be68aa03c603954f648a12b3d26139b0c (diff) | |
download | servo-19b9314b485d03fe68f1fa0fc060a4e196a7afc1.tar.gz servo-19b9314b485d03fe68f1fa0fc060a4e196a7afc1.zip |
Fix gstreamer packaging on mac.
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 6516c1304ab..e4d3876caca 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -494,7 +494,6 @@ 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", ])) |