-
Notifications
You must be signed in to change notification settings - Fork 186
[1/2] Add circe binary #1514
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
[1/2] Add circe binary #1514
Conversation
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.
Looks good to me. Seems like most of this is a copy-paste of the scaffolding for other binaries with minor tweaks. Claude guidelines look good too. Have a couple non-blocking thoughts.
| echo "Downloading circe binary from latest release" | ||
| CIRCE_RELEASE_JSON=vendor-bins/circe-release.json | ||
| curl -sSL \ | ||
| -H "Authorization: token $GITHUB_TOKEN" \ |
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.
Circe is public so I don't think we need this but I guess it doesn't hurt.
Overview
This PR adds support for the circe binary to the EmbeddedBinary module and creates tests to verify the binary can be extracted and run.
Acceptance criteria
The
circebinary is embedded and able to execute.Testing plan
Automated tests.
Risks
None
Metrics
N/A
References
Part of https://fossa.atlassian.net/browse/ANE-2184
Checklist
docs/.docs/README.msand gave consideration to how discoverable or not my documentation is.Changelog.md. If this PR did not mark a release, I added my changes into an## Unreleasedsection at the top..fossa.ymlorfossa-deps.{json.yml}, I updateddocs/references/files/*.schema.jsonAND I have updated example files used byfossa initcommand.docs/references/subcommands/<subcommand>.md.🤖 Generated with Claude Code