Andrew Jeffery | 9d2a1c6 | 2023-06-05 13:02:16 +0930 | [diff] [blame] | 1 | option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing']) |
Andrew Jeffery | 953bc8c | 2023-05-22 15:24:17 +0930 | [diff] [blame] | 2 | option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes') |
Andrew Jeffery | fef24ed | 2024-11-29 11:43:49 +1030 | [diff] [blame^] | 3 | option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta']) |
Andrew Jeffery | f1c26e1 | 2024-11-29 11:42:04 +1030 | [diff] [blame] | 4 | option('tests', type: 'feature', description: 'Build tests') |