Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc patch: Fixed NAN/INFINITY definitions to work on Windows 11 SDK. #5998

Merged
merged 24 commits into from
Dec 25, 2024

Conversation

Altina-oz
Copy link
Contributor

No description provided.

@Altina-oz
Copy link
Contributor Author

in MacOS CI:
error: @programdir/core/sandbox/modules/os.lua:273: ld: warning: search path '/usr/local/Cellar/gcc/14.2.0/lib/gcc/14/' not found

@Altina-oz
Copy link
Contributor Author

wait

92353c3

@star-hengxing
Copy link
Contributor

To support cross-compilation, we need to patch cmake and build host protobuf (get protoc) & target protobuf.

ref: #5831

-- target
add_deps("protobuf-cpp")
-- host protobuf
if package:is_cross() then
    package:add("deps", "protoc")
end

packages/g/grpc/xmake.lua Outdated Show resolved Hide resolved
@Altina-oz
Copy link
Contributor Author

Altina-oz commented Dec 17, 2024

Seem like protobuf library is not properly linked against

@star-hengxing
Copy link
Contributor

We need to make a patch, see grpc/grpc#36654

@star-hengxing star-hengxing reopened this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants