From 185ef100eb8378d862540093647c1e68ff61492f Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Mon, 23 Dec 2024 05:56:09 -0700 Subject: [PATCH] remove msys2 from ci --- .github/workflows/msys2-mingw.yml | 80 ------------------------------- README.md | 2 +- author.yml | 5 ++ inc/Alien/Base/Wrapper.pm | 4 +- 4 files changed, 8 insertions(+), 83 deletions(-) delete mode 100644 .github/workflows/msys2-mingw.yml diff --git a/.github/workflows/msys2-mingw.yml b/.github/workflows/msys2-mingw.yml deleted file mode 100644 index 94d7ca4b..00000000 --- a/.github/workflows/msys2-mingw.yml +++ /dev/null @@ -1,80 +0,0 @@ -name: msys2-mingw - -on: - push: - branches: - - '*' - tags-ignore: - - '*' - pull_request: - -env: - PERL5LIB: /c/cx/lib/perl5:/c/cx/lib/perl5/MSWin32-x64-multi-thread - PERL_LOCAL_LIB_ROOT: c:/cx - PERL_MB_OPT: --install_base C:/cx - PERL_MM_OPT: INSTALL_BASE=C:/cx - ALIEN_BUILD_PLUGIN_PKGCONFIG_COMMANDLINE_TEST: 1 # Test Alien::Build::Plugin::PkgConfig::CommandLine - -jobs: - perl: - - runs-on: windows-latest - - defaults: - run: - shell: msys2 {0} - - steps: - - name: Set git to use LF - run: | - git config --global core.autocrlf false - git config --global core.eol lf - shell: powershell - - - uses: actions/checkout@v2 - - - name: Set up Perl - uses: msys2/setup-msys2@v2 - with: - update: true - install: >- - base-devel - mingw-w64-x86_64-toolchain - mingw-w64-x86_64-perl - mingw-w64-x86_64-libffi - mingw-w64-x86_64-libarchive - - - name: perl -V - run: | - perl -V - - - name: Prepare for cache - run: | - perl -V > perlversion.txt - ls perlversion.txt - - - name: Cache CPAN modules - uses: actions/cache@v1 - with: - path: c:\cx - key: ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }} - restore-keys: | - ${{ runner.os }}-build-msys2-${{ hashFiles('perlversion.txt') }} - - - name: Install Static Dependencies - run: | - export PATH="/c/cx/bin:$PATH" - yes | cpan App::cpanminus || true - cpanm -n Dist::Zilla - perl -S dzil authordeps --missing | perl -S cpanm -n - perl -S dzil listdeps --missing | perl -S cpanm -n - - - name: Install Dynamic Dependencies - run: | - export PATH="/c/cx/bin:$PATH" - perl -S dzil run --no-build 'perl -S cpanm --installdeps .' - - - name: Run Tests - run: | - export PATH="/c/cx/bin:$PATH" - perl -S dzil test -v diff --git a/README.md b/README.md index d08f8cda..f7dee492 100644 --- a/README.md +++ b/README.md @@ -2810,7 +2810,7 @@ Lukas Mai (MAUKE) # COPYRIGHT AND LICENSE -This software is copyright (c) 2015-2022 by Graham Ollis. +This software is copyright (c) 2015-2024 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/author.yml b/author.yml index 859e6c50..1f48054b 100644 --- a/author.yml +++ b/author.yml @@ -165,6 +165,11 @@ pod_spelling_system: - performant - Lukas - MAUKE + - Håkon + - Hægland + - Joaquín + - José + pod_coverage: skip: 0 diff --git a/inc/Alien/Base/Wrapper.pm b/inc/Alien/Base/Wrapper.pm index d8af7407..dbceed76 100644 --- a/inc/Alien/Base/Wrapper.pm +++ b/inc/Alien/Base/Wrapper.pm @@ -14,7 +14,7 @@ use Text::ParseWords qw( shellwords ); # for this [AlienBase::Wrapper::Bundle] # ABSTRACT: Compiler and linker wrapper for Alien -our $VERSION = '2.83'; # VERSION +our $VERSION = '2.84'; # VERSION sub _join @@ -325,7 +325,7 @@ Alien::Base::Wrapper - Compiler and linker wrapper for Alien =head1 VERSION -version 2.83 +version 2.84 =head1 SYNOPSIS