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

Use the libwebsockets-dev package provided by the operating system #234

Merged
merged 1 commit into from
May 1, 2024

Conversation

ityuhui
Copy link
Member

@ityuhui ityuhui commented May 1, 2024

Prior to the release of Ubuntu 22.04 LTS, the libwebsockets-dev package in the Ubuntu/Debian apt repository was incompatible with the C client library. So we have to build libwebsockets v4.2 from source.

But after the release of Ubuntu 22.04 LTS, we can use the libwebsockets-dev package in apt repo to compile this C client library.

Thanks to @Jeansen @homer6 and @rishithaminol for investigating and pushing.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 1, 2024
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 1, 2024
@ityuhui
Copy link
Member Author

ityuhui commented May 1, 2024

/cc @brendandburns

@brendandburns
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 1, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, ityuhui

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [brendandburns,ityuhui]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit e7d709d into kubernetes-client:master May 1, 2024
8 checks passed
@ityuhui ityuhui deleted the yh-lws-os-0501 branch May 2, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libwebsockets make fails with error: conflicting types for ‘lws_tls_server_abort_connection
3 participants