Skip to content

Commit 86bcdcd

Browse files
RahulHereRahulHere
authored andcommitted
Update GOPHER_ORCH_VERSION to v0.1.0-20260208-150923
gopher-orch now uses non-self-contained builds with separate dependency libraries included in each platform package.
1 parent beabfeb commit 86bcdcd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55

66
env:
7-
GOPHER_ORCH_VERSION: v0.1.0-20260206-152345
8-
PACKAGE_VERSION: 0.1.0.dev20260206152345
7+
GOPHER_ORCH_VERSION: v0.1.0-20260208-150923
8+
PACKAGE_VERSION: 0.1.0.dev20260208150923
99
DRY_RUN: false
1010

1111
jobs:

examples/pip/client_example_json_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PROJECT_DIR="$(dirname "$EXAMPLES_DIR")"
1919
WORK_DIR="$SCRIPT_DIR/test-project"
2020

2121
# SDK version to install (can be overridden via environment variable)
22+
# Note: gopher-orch now uses non-self-contained builds with separate dependency libraries
2223
SDK_VERSION="${SDK_VERSION:-}"
2324

2425
# Detect platform and architecture

0 commit comments

Comments
 (0)