Skip to content

Commit f0feded

Browse files
committed
libcouchbase: try to build for vc17
1 parent d367773 commit f0feded

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

libcouchbase/Jenkinsfile.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<% # vim: ft=eruby et ts=4 sw=4 sts=4
22
openssl_ver = '1.1.1g-sdk2'
33
windows_dists = [
4-
[2015, 14],
5-
[2017, 15],
4+
[2019, 16],
5+
[2022, 17],
66
]
77
centos_dists = [
88
# ['centos', 7, 'x86_64', 64, 'epel-7-x86_64'],
@@ -42,6 +42,7 @@ if ENV['WINDOWS_ONLY']
4242
[2015, 14],
4343
[2017, 15],
4444
[2019, 16],
45+
[2022, 17],
4546
]
4647
centos_dists = ubuntu_dists = nix_test_builds = []
4748
integration_enabled = false

libcouchbase/lcb-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ pipeline {
339339
axes {
340340
axis {
341341
name 'MSVS'
342-
values "14 2015", "15 2017"
342+
values "16 2019", "17 2022"
343343
}
344344
axis {
345345
name 'TLS'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pipeline {
209209
axes {
210210
axis {
211211
name 'MSVS'
212-
values "14 2015", "15 2017", "16 2019"
212+
values "14 2015", "15 2017", "16 2019", "17 2022"
213213
}
214214
axis {
215215
name 'TLS'

0 commit comments

Comments
 (0)