Skip to content
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

Merged
merged 4 commits into from
Oct 31, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions recipes/perl-list-moreutils-xs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ source:
sha256: {{ sha256 }}

build:
number: 2

number: 3
run_exports: '{{ pin_subpackage(name, max_pin="x.x") }}'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

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.

Suggested change
🧰 Tools
🪛 yamllint

[error] 16-16: trailing spaces

(trailing-spaces)

requirements:
build:
- make
Expand All @@ -33,6 +34,10 @@ test:
imports:
- List::MoreUtils::XS

extra:
additional-platforms:
- linux-aarch64

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

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.

Suggested change
🧰 Tools
🪛 yamllint

[error] 39-39: trailing spaces

(trailing-spaces)

about:
home: https://metacpan.org/release/List-MoreUtils-XS
license: apache_2_0
Expand Down