Skip to content

Copy more standard C/C++ libraries to calico/base#760

Merged
hjiawei merged 1 commit intoprojectcalico:masterfrom
hjiawei:copy-more-c-libs-base
Jan 22, 2026
Merged

Copy more standard C/C++ libraries to calico/base#760
hjiawei merged 1 commit intoprojectcalico:masterfrom
hjiawei:copy-more-c-libs-base

Conversation

@hjiawei
Copy link
Collaborator

@hjiawei hjiawei commented Jan 22, 2026

This changeset copies additional standard C libraries into calico/base that are referenced by C/C++ applications.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds three standard C library dependencies (libdl.so.2, libm.so.6, and librt.so.1) to the calico-base Docker image to support C/C++ applications.

Changes:

  • Added libdl.so.2 (dynamic linking library)
  • Added libm.so.6 (math library)
  • Added librt.so.1 (real-time extensions library)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This changeset copies additional standard C libraries into
calico/base that are referenced by C/C++ applications.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hjiawei hjiawei changed the title Copy more standard C libraries to calico/base Copy more standard C/C++ libraries to calico/base Jan 22, 2026
@hjiawei hjiawei merged commit 700b86c into projectcalico:master Jan 22, 2026
8 checks passed
@hjiawei hjiawei deleted the copy-more-c-libs-base branch January 22, 2026 22:33
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