Building a rust application on a centos7+miniconda docker container failed at compiling openssl-sys v0.9.58
#4127
Labels
locked
[bot] locked due to inactivity
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
Actual Behavior
I've developed a home-grown rust app. It can be compiled and run successfully via cargo run. I'm trying to make it a conda package using a docker container, but I'm stuck at compiling and ask for a help.
pkg-config and openssl-devel had been installed via yum before launching conda build.
Ran the following command in the top directory of this project within the container:
conda build -c conda-forge .
The code snippet for meta.yaml:
The error log is listed below:
Expected Behavior
Building finishes successfully.
Steps to Reproduce
Starts the docker container and runs the following command in the rust project folder:
conda build -c conda-forge .
Output of conda info
The text was updated successfully, but these errors were encountered: