-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Enable perl-list-moreutils-xs for linux-aarch64 #51816
Enable perl-list-moreutils-xs for linux-aarch64 #51816
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request modifies the Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 yamllintrecipes/perl-list-moreutils-xs/meta.yaml[error] 40-40: trailing spaces (trailing-spaces) 🔇 Additional comments (3)recipes/perl-list-moreutils-xs/meta.yaml (3)
The build number increment and addition of run_exports with appropriate pinning will help maintain ABI compatibility.
The addition of linux-aarch64 to additional-platforms is properly structured and aligns with the PR objective.
There are trailing spaces at the end of line 40 that should be removed. 🧰 Tools🪛 yamllint[error] 40-40: trailing spaces (trailing-spaces) 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 your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
recipes/perl-list-moreutils-xs/meta.yaml
(1 hunks)
🧰 Additional context used
🪛 yamllint
recipes/perl-list-moreutils-xs/meta.yaml
[error] 39-39: trailing spaces
(trailing-spaces)
🔇 Additional comments (1)
recipes/perl-list-moreutils-xs/meta.yaml (1)
36-38
: LGTM! Platform support addition looks good.
The addition of linux-aarch64 to additional-platforms is correctly implemented and aligns with the PR objective.
extra: | ||
additional-platforms: | ||
- linux-aarch64 | ||
|
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.
Remove trailing spaces on line 39.
There are trailing spaces at the end of line 39 that should be removed.
Apply this diff to fix the trailing spaces:
-
+
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
🧰 Tools
🪛 yamllint
[error] 39-39: trailing spaces
(trailing-spaces)
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
recipes/perl-list-moreutils-xs/meta.yaml
(2 hunks)
🧰 Additional context used
🪛 yamllint
recipes/perl-list-moreutils-xs/meta.yaml
[error] 16-16: trailing spaces
(trailing-spaces)
[error] 40-40: trailing spaces
(trailing-spaces)
🔇 Additional comments (3)
recipes/perl-list-moreutils-xs/meta.yaml (3)
14-15
: LGTM: Build section changes are appropriate.
The build number increment and run_exports addition with pin_subpackage are correctly implemented.
37-39
: LGTM: Platform addition is correctly implemented.
The addition of linux-aarch64 to additional-platforms is properly configured and aligns with the PR objective.
40-40
: Trailing space issue already reported.
🧰 Tools
🪛 yamllint
[error] 40-40: trailing spaces
(trailing-spaces)
|
||
number: 3 | ||
run_exports: '{{ pin_subpackage(name, max_pin="x.x") }}' | ||
|
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.
Remove trailing space.
There is a trailing space at the end of line 16 that should be removed.
Apply this diff:
-
+
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
🧰 Tools
🪛 yamllint
[error] 16-16: trailing spaces
(trailing-spaces)
@martin-g - could you review this? |
Add linux-aarch64 to additional-platforms.