-
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -11,8 +11,9 @@ source: | |||
sha256: {{ sha256 }} | ||||
|
||||
build: | ||||
number: 2 | ||||
|
||||
number: 3 | ||||
run_exports: '{{ pin_subpackage(name, max_pin="x.x") }}' | ||||
|
||||
requirements: | ||||
build: | ||||
- make | ||||
|
@@ -33,6 +34,10 @@ test: | |||
imports: | ||||
- List::MoreUtils::XS | ||||
|
||||
extra: | ||||
additional-platforms: | ||||
- linux-aarch64 | ||||
|
||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Suggested change
🧰 Tools🪛 yamllint[error] 39-39: trailing spaces (trailing-spaces) |
||||
about: | ||||
home: https://metacpan.org/release/List-MoreUtils-XS | ||||
license: apache_2_0 | ||||
|
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
🧰 Tools
🪛 yamllint
[error] 16-16: trailing spaces
(trailing-spaces)