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

Build and test for Linux/ARM64 #64

Open
odidev opened this issue Dec 19, 2024 · 2 comments
Open

Build and test for Linux/ARM64 #64

odidev opened this issue Dec 19, 2024 · 2 comments

Comments

@odidev
Copy link

odidev commented Dec 19, 2024

Description

For aarch64 platform, I have built "Perl " from source.

Steps

Following STEPS (Perl/perl5 at v5.41.4 (github.com)) were used for the building and installation:

1.wget https://github.com/Perl/perl5/releases/tag/v5.39.10
2.tar -xvf v5.39.10
3.cd perl-5.39.10
4../Configure -des -Dprefix=$HOME/localperl
5.make

Outcome

To validate that the build was successful we ran tests that were generated using "make test" command. All the tests ran successfully. 
All this information is also added to ARM Dashboard Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

@Tux
Copy link

Tux commented Dec 19, 2024

Thanks for the feedbak

If you can spare the resources, you could consider sharing these results on a regular basis in an automated fashin. If so, please have a look at Test::Smoke

https://metacpan.org/pod/Test::Smoke

@book
Copy link
Contributor

book commented Dec 19, 2024

Also, please note that this is not the appropriate repository for such reports. You should probably use the repository for Perl itself.

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

No branches or pull requests

3 participants