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

Use specific mamba version and install libarchive explictly [skip ci] #8728

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

pxLi
Copy link
Collaborator

@pxLi pxLi commented Jul 17, 2023

recently mamba pkg installation is quite unstable https://github.com/mamba-org/mamba/issues?q=is%3Aissue

below failed our images build CIs intermittently (50%)

[2023-07-16T01:16:16.151Z]   File "/opt/conda/lib/python3.11/site-packages/libmambapy/__init__.py", line 4, in <module>
[2023-07-16T01:16:16.151Z]     from libmambapy.bindings import *  # noqa: F401,F403
[2023-07-16T01:16:16.151Z]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2023-07-16T01:16:16.151Z] ImportError: libarchive.so.13: cannot open shared object file: No such file or directory

this change is trying to install specific version of mamba and libarchive explicitly.

Verified in internal pipelines

@pxLi pxLi added the build Related to CI / CD or cleanly building label Jul 17, 2023
@pxLi
Copy link
Collaborator Author

pxLi commented Jul 17, 2023

build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants