-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: RR build by Velox
GitHub test
#126
Conversation
Signed-off-by: Valery Piashchynski <[email protected]>
WalkthroughThe changes introduce a new job in a GitHub Actions workflow specific to Linux builds. This job is designed to set up the Go environment, check out the repository's code, cache Go modules, install dependencies, and build the RoadRunner component. No changes have been made to the declarations of exported or public entities within the codebase. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (1)
- velox_rr_v2023.toml
Files selected for processing (1)
- .github/workflows/linux.yml (1 hunks)
Files skipped from review due to trivial changes (1)
- .github/workflows/linux.yml
Signed-off-by: Valery Piashchynski <[email protected]>
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- .github/workflows/linux.yml (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/linux.yml
Reason for This PR
Description of Changes
Velox
version.License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
PR Checklist
[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]
git commit -s
).CHANGELOG.md
.Summary by CodeRabbit
Chores
Documentation