weso / shapes-rs

RDF data shapes implementation in Rust
https://www.weso.es/shapes-rs/
Apache License 2.0
23 stars 1 forks source link

Problem creating linux binary in Action #15

Open labra opened 6 months ago

labra commented 6 months ago

When publishing version 0.0.7, the github action that creates the binary releases failed for the binary_ubuntu target.

The logs are here.

Looking to the message, it seems that the problem can be related with openssl:

process didn't exit successfully: `/home/runner/work/shapes-rs/shapes-rs/target/release/build/openssl-sys-3672c86519ab88b3/build-script-main` (exit status: 101)

We need to do some research about how to solve it.