File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments