Replies: 1 comment
-
it is hard. sorry, we currently don't have resources to make this better |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is very hard to get this project compiled. And when it compiles, some tests in your workspace fail. Please delete them.
The test data for your self-checks are also not provided from source in your repository. The only place where I could find them was in your binary releases.
I think you are linking against
clang
but you haven't specified it in a.cargo/config.toml
file, so people who build your project are forced to use Docker or juggle with environment variables. I think yourinstall.sh
script should disappear and make place for more declarative ways of deployment.I have not read your actual Rust code. It is a pity the install process is such a problem.
Beta Was this translation helpful? Give feedback.
All reactions