File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 name : macOS arm64
2727 preset : macOS-arm64
2828
29- - os : windows-latest
29+ - os : windows-2022
3030 name : Windows x86_64
3131 preset : windows-x64-mingw
3232
33- - os : windows-latest
33+ - os : windows-2022
3434 name : Windows x86_64(win32crypto)
3535 preset : windows-x64-win32crypto
3636
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22
33
44set (ZITI_SDK_DIR "" CACHE FILEPATH "developer option: use local ziti-sdk-c checkout" )
5- set (ZITI_SDK_VERSION "1.9.3 " CACHE STRING "ziti-sdk-c version or branch to use" )
5+ set (ZITI_SDK_VERSION "1.9.7 " CACHE STRING "ziti-sdk-c version or branch to use" )
66
77# if TUNNEL_SDK_ONLY then don't descend into programs/ziti-edge-tunnel
88option (TUNNEL_SDK_ONLY "build only ziti-tunnel-sdk (without ziti)" OFF )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ services:
99
1010 ziti-tun :
1111 pull_policy : never
12- command : run --verbose=4 --dns-ip-range=100.95.255.128/25
12+ command : run --verbose=6 --dns-ip-range=100.95.255.128/25
1313 environment :
14- - ZITI_LOG=4
14+ - ZITI_LOG="6;tlsuv=6"
1515
1616 ziti-host :
1717 pull_policy : never
@@ -20,9 +20,9 @@ services:
2020 condition : service_started
2121 networks :
2222 - quickstart
23- command : run-host --verbose=4
23+ command : run-host --verbose=6
2424 environment :
25- - ZITI_LOG=4
25+ - ZITI_LOG="6;tlsuv=6"
2626
2727 quickstart :
2828 image : ${ZITI_CLI_IMAGE:-docker.io/openziti/ziti-controller}:${ZITI_CLI_TAG:-latest}
You can’t perform that action at this time.
0 commit comments