16 lines
318 B
Groovy
16 lines
318 B
Groovy
#!groovy
|
|
|
|
/*
|
|
* Copyright (C) 2018-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
dependenciesRevision='f7ee5a2529e3c51a3ca44f7f44607498d81a4c71-3361'
|
|
buildConfig = [
|
|
'master-build': ['gcc11', 'gcc12', 'gcc13', 'gcc14'],
|
|
'master-gate': ['gcc11', 'gcc12', 'gcc13', 'gcc14'],
|
|
'branch': 'master',
|
|
]
|