Skip to content

Commit 10a9bd9

Browse files
Ryanmello07claude
andcommitted
ci: build beta/algorithm-dpi against algorithm connect/sdk
Point the beta CI workflow's connect clone and sdk checkout at beta/algorithm-dpi instead of beta/custom-server, and add beta/algorithm-dpi as a triggering branch, so the new parallel development line builds against its own connect/sdk branches. No behavior change to the build itself. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PT7KcWCPKfFwQUc7SM3oZY
1 parent 1b44448 commit 10a9bd9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/beta-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- beta/custom-server
7+
- beta/algorithm-dpi
78
pull_request:
89
branches:
910
- beta/custom-server
11+
- beta/algorithm-dpi
1012
workflow_dispatch:
1113

1214
permissions:
@@ -75,13 +77,13 @@ jobs:
7577
# the beta integration line: it now carries the merged reliability
7678
# checkpoint + the DeviceLocalRpc bridge (sdk#135) and the cgo fixes
7779
# this client needed as the first c-abi consumer
78-
ref: beta/custom-server
80+
ref: beta/algorithm-dpi
7981
path: sdk
8082

8183
# sdk/cgo/go.mod resolves these with `replace ... => ../../<name>`, so
8284
# they have to sit as siblings of the sdk checkout
8385
- name: Check out connect dependency
84-
run: git clone --depth 1 --branch beta/custom-server https://github.com/Ryanmello07/connect.git connect
86+
run: git clone --depth 1 --branch beta/algorithm-dpi https://github.com/Ryanmello07/connect.git connect
8587

8688
- name: Check out glog dependency
8789
run: git clone --depth 1 https://github.com/urnetwork/glog.git glog

0 commit comments

Comments
 (0)