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

Added .tar.xz support #40

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

ragusaa
Copy link
Contributor

@ragusaa ragusaa commented Dec 5, 2023

No description provided.

Copy link
Contributor

@micahsnyder micahsnyder left a comment

Choose a reason for hiding this comment

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

Confirmed this works.

...

2023-12-07 11:27:00 Mussels INFO Attempting to build libxml2...
2023-12-07 11:27:00 libxml2-2.12.2 INFO Downloading https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.2.tar.xz
2023-12-07 11:27:00 libxml2-2.12.2 INFO          to /home/micah/.mussels/cache/downloads/libxml2-2.12.2.tar.xz ...
2023-12-07 11:27:00 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): download.gnome.org:443
2023-12-07 11:27:00 urllib3.connectionpool DEBUG https://download.gnome.org:443 "GET /sources/libxml2/2.12/libxml2-2.12.2.tar.xz HTTP/1.1" 302 0
2023-12-07 11:27:00 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): mirror.csclub.uwaterloo.ca:443
2023-12-07 11:27:01 urllib3.connectionpool DEBUG https://mirror.csclub.uwaterloo.ca:443 "GET /gnome/sources/libxml2/2.12/libxml2-2.12.2.tar.xz HTTP/1.1" 200 2642336
2023-12-07 11:27:10 libxml2-2.12.2 DEBUG Preparing host build directory:
2023-12-07 11:27:10 libxml2-2.12.2 DEBUG    /home/micah/.mussels/cache/work/host/libxml2-2.12.2
2023-12-07 11:27:10 libxml2-2.12.2 INFO Extracting tarball archive libxml2-2.12.2.tar.xz to /home/micah/.mussels/cache/work/host/libxml2-2.12.2 ...
2023-12-07 11:27:10 libxml2-2.12.2 DEBUG No patch directory found.
2023-12-07 11:27:10 libxml2-2.12.2 INFO Attempting to build libxml2-2.12.2 for host
2023-12-07 11:27:11 libxml2-2.12.2 DEBUG -- The C compiler identification is GNU 9.4.0
2023-12-07 11:27:11 libxml2-2.12.2 DEBUG -- Detecting C compiler ABI info
...

Nice improvement, even if we could've stuck to the gz variant ;-)

@micahsnyder micahsnyder merged commit b8d0720 into Cisco-Talos:master Dec 7, 2023
1 check passed
@micahsnyder micahsnyder changed the title Added .gz.xz support Added .tar.xz support Dec 7, 2023
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.

2 participants