-
Notifications
You must be signed in to change notification settings - Fork 22
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: shellcheck scripts #525
Conversation
flake.nix
Outdated
@@ -106,6 +106,8 @@ | |||
export CREATE_GOLDEN_FILES=1 | |||
''; | |||
}; | |||
tests.cardano-api-test.build-tools = | |||
with pkgs.buildPackages; [ shellcheck ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need shellcheck for building cardano-api-test? Shouldn't that go into shell.tools
in line 78?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carbolymer> In the end I added shellcheck
to shell.nativeBuildInputs
, because shell.tools
wanted me to specify a shellcheck version, which I don't want to do. We should take whatever version nixpkgs
(or wherever it comes from) provides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @carbolymer has a comment.
0c45798
to
0d0236a
Compare
Signed-off-by: Clément Hurlin <[email protected]>
Signed-off-by: Clément Hurlin <[email protected]>
Signed-off-by: Clément Hurlin <[email protected]>
0d0236a
to
085a80a
Compare
Changelog
Context
Bringing IntersectMBO/cardano-cli#734 and IntersectMBO/cardano-cli#737 to API
How to trust this PR
It's the same content as on CLI
Checklist