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

Try to not install libarchive separately #734

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Try to not install libarchive separately #734

merged 2 commits into from
Dec 11, 2024

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Dec 7, 2024

The packaging on Mac is currently broken on master. There is an issue with the compatibility between libmamba and the version of libarchive.

See if we can fix it by removing the libarchive installation.

@psavery psavery marked this pull request as draft December 7, 2024 17:39
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.48%. Comparing base (9e6fc2e) to head (aec95fc).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #734   +/-   ##
=======================================
  Coverage   39.48%   39.48%           
=======================================
  Files         135      135           
  Lines       22296    22296           
=======================================
  Hits         8804     8804           
  Misses      13492    13492           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@psavery psavery marked this pull request as ready for review December 11, 2024 01:32
The packaging on Mac is currently broken on master. There is an issue
with the compatibility between libmamba and the version of libarchive.

See if we can fix it by removing the libarchive installation.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
Conda build was being downgraded via the defaults channel for some
reason. Use `--override-channels` to ensure that no dependencies get
installed from the defaults channel.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
@psavery psavery merged commit 11719f4 into master Dec 11, 2024
7 checks passed
@psavery psavery deleted the fix-packaging branch December 11, 2024 16:35
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