-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
I try to build cpp client with static
flag, and it seems that link progress will be fail.
Here is my pr: https://github.com/apache/pulsar/pull/17507/files
cmake \
-B ./build-1 \
-G "${{ matrix.generator }}" ${{ matrix.arch }} \
-DBUILD_PYTHON_WRAPPER=ON -DBUILD_TESTS=OFF \
-DVCPKG_TRIPLET=${{ matrix.triplet }} \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_STATIC_LIB=ON \
-S .
The workflow run is here:
https://github.com/apache/pulsar/runs/8223165825?check_suite_focus=true#step:12:239
Maybe we need to fix CMakeLists.txt to support the compile.
Solution
No response
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
No labels