Skip to content

Commit 2072716

Browse files
- Remove static flag from MCP client build on linux.
1 parent 92bf2b7 commit 2072716

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ jobs:
354354
BUILDPLATFORM: ${{runner.os}}
355355
BUILDPATCHVERSION: ${{github.run_number}}
356356
CGO_ENABLED: 1
357-
CGO_LDFLAGS: '-static'
358357
run: |
359358
python cicd/python/build.py --verbose --build-mcp-client
360359
@@ -783,7 +782,6 @@ jobs:
783782
BUILDPLATFORM: ${{runner.os}}
784783
BUILDPATCHVERSION: ${{github.run_number}}
785784
CGO_ENABLED: 1
786-
CGO_LDFLAGS: '-static'
787785
run: |
788786
python cicd/python/build.py --verbose --build-mcp-client
789787

0 commit comments

Comments
 (0)