From 80ec157e5e02172cd6e2933bc1047fca07f176df Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 6 Jan 2021 14:46:19 -0800 Subject: ci: Add bindgen to CI images --- run_project_tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index 33641d708..14f135a71 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -864,6 +864,10 @@ def skippable(suite, test): if test.endswith('4 qt') and mesonlib.is_osx(): return False + # Bindgen isn't available in all distros + if test.endswith('12 bindgen'): + return False + # Other framework tests are allowed to be skipped on other platforms return True -- cgit v1.2.3