We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Packages should contain code that runs without a nix store
Add CI steps that open the packages and run ldd and otool to check the above is true. See https://github.com/cardano-foundation/cardano-wallet/blob/9795369425c8cf45cb34397fb1aba5b6a440a019/scripts/check-bundle.rb#L55
ldd
otool
Also think about having it as a flake quality check
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why
Packages should contain code that runs without a nix store
What
Add CI steps that open the packages and run
ldd
andotool
to check the above is true.See https://github.com/cardano-foundation/cardano-wallet/blob/9795369425c8cf45cb34397fb1aba5b6a440a019/scripts/check-bundle.rb#L55
Also think about having it as a flake quality check
The text was updated successfully, but these errors were encountered: