Sign in
coral
/
gke-jenkins
/
3dfbd1c3e049143843b13ef53520d310c3885fd3
/
.
/
cicd
/
pipelines
/
excelsior
/
a71ch_crypto_support.jenkins
blob: 7b4a520c4ac2984266455361410dbe6022a35e7b [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'a71ch-crypto-support'
,
]
functions
.
buildPackagePipeline
(
'excelsior'
,
'bsp'
,
'a71ch-crypto-support'
,
generated_packages
,
needsNative
=
true
,
includeSources
=
false
)