diff options
| author | Simo Fält <simo.falt@qt.io> | 2024-01-26 15:41:43 +0200 |
|---|---|---|
| committer | Simo Fält <simo.falt@qt.io> | 2024-02-28 10:45:57 +0200 |
| commit | 73a42bfa250e5c3c6b1657f0ff7f19d00517c136 (patch) | |
| tree | 3600236124b6b48de3e3862ffa075626f5959f1c | |
| parent | 3d24cf932e977aa28ffd67f297fd7092c004854b (diff) | |
CI: Disable vxWorks from Qt for Python CI configs
Change-Id: I58279970812e3d6b07839eab893cb019580f997a
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
| -rw-r--r-- | coin/module_config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 8f9577bb5..f97971ca9 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -28,6 +28,9 @@ accept_configuration: - condition: property property: features not_contains_value: DebianPackaging + - condition: property + property: target.osVersion + not_equals_value: VxWorks - condition: and conditions: - condition: property |
