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

perl x86 support #615

Open
alisonrag opened this issue Feb 14, 2021 · 3 comments
Open

perl x86 support #615

alisonrag opened this issue Feb 14, 2021 · 3 comments

Comments

@alisonrag
Copy link

is possible to add perl x86 versions?

@shogo82148
Copy link
Owner

I have no plan to support other platform than x86-64

@ya4ept
Copy link

ya4ept commented Feb 16, 2021

how can we test perl x86 in github actions?

@ya4ept
Copy link

ya4ept commented Feb 26, 2021

I found a solution:

    - name: Replace perl to strawberry Perl 5.12
      shell: pwsh
      run: |
        echo "================================================================="
        echo "== previous version of Perl:"
        echo "================================================================="
        perl --version
        echo "================================================================="
        echo "== remove the default perl"
        echo "================================================================="
        rm -r C:/Strawberry/*
        echo "================================================================="
        echo "== download strawberry 5.12"
        echo "================================================================="
        Invoke-WebRequest https://strawberryperl.com/download/5.12.3.0/strawberry-perl-5.12.3.0-portable.zip -OutFile strawberry.zip
        7z.exe x strawberry.zip -o"C:/Strawberry"
        echo "================================================================="
        echo "== a new version of Perl:"
        echo "================================================================="
        perl --version

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