Skip to content

Commit 92bf2b7

Browse files
- Subtle build change.
1 parent ac8c837 commit 92bf2b7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,16 @@ jobs:
346346
echo "BUILDPATCHVERSION=${BUILDPATCHVERSION}"
347347
} >> "${GITHUB_ENV}"
348348
python cicd/python/build.py --verbose --build
349+
350+
- name: Build MCP client
351+
env:
352+
BUILDCOMMITSHA: ${{github.sha}}
353+
BUILDBRANCH: ${{github.ref}}
354+
BUILDPLATFORM: ${{runner.os}}
355+
BUILDPATCHVERSION: ${{github.run_number}}
356+
CGO_ENABLED: 1
357+
CGO_LDFLAGS: '-static'
358+
run: |
349359
python cicd/python/build.py --verbose --build-mcp-client
350360
351361
- name: Test
@@ -765,6 +775,16 @@ jobs:
765775
echo "BUILDPATCHVERSION=${BUILDPATCHVERSION}"
766776
} >> "${GITHUB_ENV}"
767777
python cicd/python/build.py --verbose --build
778+
779+
- name: Build MCP client
780+
env:
781+
BUILDCOMMITSHA: ${{github.sha}}
782+
BUILDBRANCH: ${{github.ref}}
783+
BUILDPLATFORM: ${{runner.os}}
784+
BUILDPATCHVERSION: ${{github.run_number}}
785+
CGO_ENABLED: 1
786+
CGO_LDFLAGS: '-static'
787+
run: |
768788
python cicd/python/build.py --verbose --build-mcp-client
769789
770790
- name: Test

0 commit comments

Comments
 (0)