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 | 9c76679 | 2022-08-10 23:12:49 +0930 | [diff] [blame] | 2 | option('tests', type: 'feature', description: 'Build tests', value: 'enabled') |
| 3 | option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM', yield: true) |
Andrew Jeffery | 953bc8c | 2023-05-22 15:24:17 +0930 | [diff] [blame] | 4 | option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes') |