Skip to content

Commit bd47922

Browse files
committed
libcouchbase: debug cbdep issue on windows
1 parent e772a7a commit bd47922

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

libcouchbase/Jenkinsfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ pipeline {
323323
deleteDir()
324324
script {
325325
if (TLS) {
326-
bat("cbdep --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl <%= openssl_ver %>")
326+
bat("cbdep --debug --recache --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl <%= openssl_ver %>")
327327
}
328328
}
329329
unstash 'libcouchbase'

libcouchbase/lcb-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pipeline {
241241
deleteDir()
242242
script {
243243
if (TLS) {
244-
bat("cbdep --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl 1.1.1g-sdk2")
244+
bat("cbdep --debug --recache --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl 1.1.1g-sdk2")
245245
}
246246
}
247247
unstash 'libcouchbase'

libcouchbase/lcb-win-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pipeline {
186186
deleteDir()
187187
script {
188188
if (TLS) {
189-
bat("cbdep --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl 1.1.1g-sdk2")
189+
bat("cbdep --debug --recache --platform windows_msvc2017 install ${MSVS.matches(/.*(Win64|2019).*/) ? '' : '--x32'} openssl 1.1.1g-sdk2")
190190
}
191191
}
192192
unstash 'libcouchbase'

0 commit comments

Comments
 (0)