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

Added armv6l and armv7l to arm? and armhf? helpers #9887

Merged
merged 1 commit into from
May 20, 2020
Merged

Added armv6l and armv7l to arm? and armhf? helpers #9887

merged 1 commit into from
May 20, 2020

Conversation

mattray
Copy link
Contributor

@mattray mattray commented May 20, 2020

armv6l is Raspberry Pi 1/Zero
armv7l is Raspberry Pi 2,3,4 BeagleBone Black
Tested with Raspbian 10, Debian 10, Centos 7

This support was present in chef-sugar.

Signed-off-by: Matt Ray github@mattray.dev

armv6l is Raspberry Pi 1/Zero
armv7l is Raspberry Pi 2,3,4
Tested with Raspbian 10, Debian 10, Centos 7

Signed-off-by: Matt Ray <github@mattray.dev>
@mattray mattray requested review from a team as code owners May 20, 2020 03:06
@tas50 tas50 merged commit d7e7d6f into chef:master May 20, 2020
@tas50
Copy link
Contributor

tas50 commented May 20, 2020

Thanks @mattray our arm expert

let(:arch) { "armhf" }

arch_reports_true_for(:armhf?, :_32_bit?, :arm?)
end
Copy link
Contributor

Choose a reason for hiding this comment

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

I suspect these tests should have let(:arch) { "armv6l" }, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I opened #9892 to fix the tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants