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

fix custom plugin doc and build script #4042

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

Monokaix
Copy link
Member

What type of PR is this?

/kind bug
/kind cleanup
/kind documentation
/area scheduling
/area deploy

What this PR does / why we need it:

When build custom plugin, we should also re-build base image with CGO enable and musl-gcc.

Which issue(s) this PR fixes:

Fixes #3959

Special notes for your reviewer:

Does this PR introduce a user-facing change?


@volcano-sh-bot volcano-sh-bot added kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Feb 25, 2025
@volcano-sh-bot volcano-sh-bot added kind/documentation Categorizes issue or PR as related to documentation. area/scheduling area/deploy Issues or PRs related to deploy/helm/build/scripts changes size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 25, 2025
@Monokaix
Copy link
Member Author

@Monokaix Monokaix force-pushed the custom-plugin branch 5 times, most recently from fde82a7 to a478e41 Compare February 25, 2025 11:11
Copy link
Member

@lowang-bh lowang-bh left a comment

Choose a reason for hiding this comment

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

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Feb 25, 2025
Copy link
Member

@hwdef hwdef left a comment

Choose a reason for hiding this comment

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

/lgtm

apt-get install -y sudo

RUN wget http://musl.libc.org/releases/musl-1.2.1.tar.gz && \
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
RUN wget http://musl.libc.org/releases/musl-1.2.1.tar.gz && \
RUN wget http://musl.libc.org/releases/musl-latest.tar.gz && \

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@volcano-sh-bot volcano-sh-bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2025
@hwdef
Copy link
Member

hwdef commented Mar 7, 2025

/approve
/ok-to-test

@volcano-sh-bot volcano-sh-bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 7, 2025
@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hwdef

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:

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

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 7, 2025
@lowang-bh
Copy link
Member

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2025
@volcano-sh-bot volcano-sh-bot merged commit de430f5 into volcano-sh:master Mar 7, 2025
18 checks passed
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. area/deploy Issues or PRs related to deploy/helm/build/scripts changes area/scheduling kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/documentation Categorizes issue or PR as related to documentation. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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.

Ascend for Volcano get "Fail to load custom plugins: plugin: not implemented"
4 participants