Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ci/generate-static-test.py')
-rwxr-xr-xci/generate-static-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/generate-static-test.py b/ci/generate-static-test.py
index b4c75d8e..065beb5c 100755
--- a/ci/generate-static-test.py
+++ b/ci/generate-static-test.py
@@ -7,7 +7,7 @@ import os
from utils import iterate_plugins
# the csound version used on ci does not ship a .pc file
-IGNORE = ['csound']
+IGNORE = ['csound', 'threadshare']
outdir = sys.argv[1]