remove static builds
This commit is contained in:
@@ -76,46 +76,6 @@ pipeline {
|
|||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd shared 6 x86_64' } }
|
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd shared 6 x86_64' } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('msys2_x86_64_static') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static "" x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_crypto') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 1 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_crypto_no_boost') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 7 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_dsm') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 2 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_sqlite') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 3 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_errors_v1') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 4 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_fmt') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 5 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('msys2_x86_64_static_libevent') {
|
|
||||||
steps {
|
|
||||||
script { retryWithBackoff(2, 5) { cmd 'scripts\\test_msys2.cmd static 6 x86_64' } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user