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

ci: Re-enable the man subcommand on release builds #29

Open
langston-barrett opened this issue Oct 24, 2022 · 1 comment
Open

ci: Re-enable the man subcommand on release builds #29

langston-barrett opened this issue Oct 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@langston-barrett
Copy link
Owner

Really can't figure out why it's not working, when it works just fine for the normal build.

@langston-barrett langston-barrett added the bug Something isn't working label Oct 24, 2022
@langston-barrett
Copy link
Owner Author

The issue might be that include_str! references a path in target/ rather than target/x86-unknown-linux-musl, which is used for the static/deb builds:

const MAN: &str = include_str!("../target/assets/doc/man/souffle-lint.1");

That path might not be populated by build.rs with the musl target. Perhaps the MAN constant could have two definitions, depending on the enabled features?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant