tentacle: [
distros: 'noble jammy rocky10 centos9 windows',
extras : [
- [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
+ [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64']
]
],
umbrella: [
distros: 'noble rocky10 centos9 windows',
extras : [
- [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
+ [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64']
]
],
main: [
distros: 'noble jammy rocky10 centos9 windows',
extras : [
- [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64'],
+ [distros:'centos9 rocky10 noble', flavors:'debug', archs:'x86_64'],
[distros:'centos9 rocky10', flavors:'default', archs:'arm64'],
]
]
values 'default', 'debug'
}
}
- // debug flavor is currently only supported on centos9 and rocky10, x86_64
+ // debug flavor is currently only supported on centos9, rocky10 and noble, x86_64
excludes {
exclude {
axis {
}
axis {
name 'DIST'
- notValues 'centos9', 'rocky10'
+ notValues 'centos9', 'rocky10', 'noble'
}
}
exclude {
if ( !singleSet ) {
params << params[0].clone()
params[-1]['ARCHS'] = 'x86_64'
- params[-1]['DISTROS'] = 'centos9 rocky10'
+ params[-1]['DISTROS'] = 'centos9 rocky10 noble'
params[-1]['FLAVOR'] = 'debug'
} else {
params[0]['ARCHS'] += ' arm64'
if ( !singleSet ) {
params << params[0].clone()
params[-1]['ARCHS'] = 'x86_64'
- params[-1]['DISTROS'] = 'centos9 rocky10'
+ params[-1]['DISTROS'] = 'centos9 rocky10 noble'
params[-1]['FLAVOR'] = 'debug'
} else {
params[0]['FLAVOR'] += ' debug'