Skip to content

Commit 4ab6682

Browse files
ekobyscareything
andauthored
Bump ziti-sdk-c version to 1.9.7 (#1214)
* try windows-2022 runner for mingw * increase zet log level in compose tests * update [email protected] --------- Co-authored-by: Shawn Carey <[email protected]>
1 parent 52e1b4c commit 4ab6682

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22

33

44
set(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
88
option(TUNNEL_SDK_ONLY "build only ziti-tunnel-sdk (without ziti)" OFF)

docker/compose.test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)