-
Notifications
You must be signed in to change notification settings - Fork 82
build(deps): Migrate LibArchive dependency to task-based installation: #1122
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
Open
Bill-hbrhbr
wants to merge
23
commits into
y-scope:main
Choose a base branch
from
Bill-hbrhbr:modernize-libarchive-install
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
280ba24
Remove current libarchive installations from all os platforms
Bill-hbrhbr 0f97d9b
Use task to install a fixed version of libarchive
Bill-hbrhbr 0f686fd
Revert LibArchive static linking module
Bill-hbrhbr 88f1eed
Add missing target links to make ubuntu-jammy compile
Bill-hbrhbr 2cacc5d
Fix library name
Bill-hbrhbr 2597a21
Misc fixes
Bill-hbrhbr 3a53973
Add missing deps (bzip2)
Bill-hbrhbr 3ff8669
Add missing bzip2 for manylinux
Bill-hbrhbr 8a2407b
Address coderabbit ai review
Bill-hbrhbr 3233f2f
Replace broken LibLZMA target with old-fashioned LZMA libraries variable
Bill-hbrhbr f61890b
Optimize package find logging statement
Bill-hbrhbr e78c035
Use existing helper to find dep modules for libarchive
Bill-hbrhbr 5fdbc12
Make Pkgconf work in FindLibArchive
Bill-hbrhbr cb47228
restore cmakelists order to reduce clutter
Bill-hbrhbr 8f5d04d
Remove centos restriction on avoiding static libs
Bill-hbrhbr 5046d0d
Improve LibArchive find module
Bill-hbrhbr e65b433
Revert changes to find library deps
Bill-hbrhbr d54a1ea
Remove unnecessary find_package calls
Bill-hbrhbr 2bb246b
Revert many/musllinux dep scripts and update ubuntujammy/centos/macos…
Bill-hbrhbr 515e400
Merge branch 'main' into modernize-libarchive-install
Bill-hbrhbr a21c9ce
revert libarchive script
Bill-hbrhbr c6e03c0
Merge branch 'main' into modernize-libarchive-install
Bill-hbrhbr bc61453
Merge branch 'main' into modernize-libarchive-install
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
Some comments aren't visible on the classic Files Changed page.
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
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -40,7 +40,6 @@ brew install \ | |
coreutils \ | ||
gcc \ | ||
java11 \ | ||
libarchive \ | ||
llvm@16 \ | ||
lz4 \ | ||
mariadb-connector-c \ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ set -eu | |
set -o pipefail | ||
|
||
dnf install -y \ | ||
bzip2-devel \ | ||
gcc-c++ \ | ||
java-11-openjdk \ | ||
jq \ | ||
|
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
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
Oops, something went wrong.
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.