Disable OpenIndiana from the pipelines

This commit is contained in:
Thomas Nagy 2021-05-05 00:26:31 +02:00
parent b1098d40a7
commit df4d81e4c2
1 changed files with 0 additions and 22 deletions

View File

@ -261,28 +261,6 @@ cd tests/install_group/
}
}
}
stage('OpenIndiana') {
stages {
stage('py27') {
agent {
label "openindiana"
}
steps {
dir('demos') {
unstash 'waf'
}
sh '''export CFLAGS='-std=c99 -D_STDC_C99' '''
sh '''cd demos; ./waf configure clean build --top=c'''
sh '''cd demos; ./waf configure clean build --top=c++'''
sh '''cd demos; ./waf configure clean build --top=dbus'''
sh '''cd demos; ./waf configure clean build --top=java'''
sh '''cd demos; ./waf configure clean build --top=perl'''
sh '''cd demos; ./waf configure clean build --top=python'''
sh '''cd demos; ./waf configure clean build --top=ruby'''
}
}
}
}
stage('FreeBSD') {
stages {
stage('py36') {