-
Notifications
You must be signed in to change notification settings - Fork 83
ci: Add manylinux_2_28 and musllinux_1_2 dependency image and binary jobs to clp-core-build GH workflow. #1261
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
Merged
Bill-hbrhbr
merged 27 commits into
y-scope:main
from
Bill-hbrhbr:add-manylinux-musllinux-deps-img
Aug 28, 2025
Merged
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
acc4a62
Add manylinux deps image build
Bill-hbrhbr f1c7024
Merge branch 'y-scope:main' into add-manylinux-musllinux-deps-img
Bill-hbrhbr 81d6799
Small fix
Bill-hbrhbr bdb75bb
Create filter outputs
Bill-hbrhbr 373d43f
Update docker dir
Bill-hbrhbr 7f8706e
Fix cmake version
Bill-hbrhbr b5da810
Merge branch 'main' into add-manylinux-musllinux-deps-img
Bill-hbrhbr 39d7abb
Add remaining workflows
Bill-hbrhbr 916a4b6
Remove unrelated changes
Bill-hbrhbr 06a9020
Update docs
Bill-hbrhbr 0157ac4
Merge branch 'main' into add-manylinux-musllinux-deps-img
jackluo923 b6f1436
Add manylinux arm64 deps img workflow
Bill-hbrhbr 93bee22
Add both x86_64 and arm64 versions for two platforms
Bill-hbrhbr 22cfccc
fox
Bill-hbrhbr 8adc4e6
use matrix
Bill-hbrhbr ff98538
Update vars
Bill-hbrhbr bff7064
Fix grammar
Bill-hbrhbr 6224601
revert optimizations
Bill-hbrhbr 828e634
Fix image prefixes with arch type
Bill-hbrhbr 386e5dc
Alphabeticize
Bill-hbrhbr 6f5579b
Remove doc updates since manylinux and musllinux are not common OS pl…
Bill-hbrhbr b674025
Merge branch 'main' into add-manylinux-musllinux-deps-img
Bill-hbrhbr bc976fe
Add docs and remove aarch64 builds
Bill-hbrhbr 8d463fd
cleanup version changes
Bill-hbrhbr d68ddba
Apply suggestions from code review
Bill-hbrhbr 06d2ca8
Merge branch 'main' into add-manylinux-musllinux-deps-img
Bill-hbrhbr eec0822
Merge branch 'main' into add-manylinux-musllinux-deps-img
Bill-hbrhbr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
docs/src/dev-guide/components-core/manylinux-2-28-deps-install.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Manylinux 2.28 | ||
|
||
To install the dependencies required to build clp-core, follow the steps below. | ||
These same steps are used by our Docker containers. | ||
|
||
## Installing dependencies | ||
|
||
:::{caution} | ||
Before you run any commands below, you should review the scripts to ensure they will not install | ||
any dependencies or apply any configurations that you don't expect. | ||
::: | ||
|
||
To install all dependencies, run the following with elevated privileges: | ||
|
||
:::{note} | ||
The packages built from source ([install-packages-from-source.sh][src-install-script]) are installed | ||
without using a packager. So if you ever need to uninstall them, you will need to do so manually. | ||
::: | ||
|
||
```shell | ||
components/core/tools/scripts/lib_install/manylinux_2_28/install-all.sh | ||
``` | ||
Bill-hbrhbr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
[src-install-script]: https://github.com/y-scope/clp/blob/main/components/core/tools/scripts/lib_install/manylinux_2_28/install-packages-from-source.sh | ||
Bill-hbrhbr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
24 changes: 24 additions & 0 deletions
24
docs/src/dev-guide/components-core/musllinux-1-2-deps-install.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Musllinux 1.2 | ||
|
||
To install the dependencies required to build clp-core, follow the steps below. | ||
These same steps are used by our Docker containers. | ||
|
||
## Installing dependencies | ||
|
||
:::{caution} | ||
Before you run any commands below, you should review the scripts to ensure they will not install | ||
any dependencies or apply any configurations that you don't expect. | ||
::: | ||
|
||
To install all dependencies, run the following with elevated privileges: | ||
|
||
:::{note} | ||
The packages built from source ([install-packages-from-source.sh][src-install-script]) are installed | ||
without using a packager. So if you ever need to uninstall them, you will need to do so manually. | ||
::: | ||
|
||
```shell | ||
components/core/tools/scripts/lib_install/musllinux_1_2/install-all.sh | ||
``` | ||
Bill-hbrhbr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
[src-install-script]: https://github.com/y-scope/clp/blob/main/components/core/tools/scripts/lib_install/musllinux_1_2/install-packages-from-source.sh | ||
Bill-hbrhbr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.