Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
19512aa6
Unverified
Commit
19512aa6
authored
May 23, 2022
by
IKEDA Soji
Committed by
GitHub
May 23, 2022
Browse files
Job for Linux/Perl5.20 enabled again.
parent
17e1a6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/make-check.yml
View file @
19512aa6
...
...
@@ -25,7 +25,7 @@ jobs:
-
'
5.26'
-
'
5.24'
#- '5.22'
#
- '5.20'
# Fails with ubuntu: See below.
-
'
5.20'
#- '5.18'
-
'
5.16'
name
:
Perl ${{ matrix.perl }} on ${{ matrix.os }}
...
...
@@ -40,13 +40,6 @@ jobs:
if
:
runner.os == 'macOS'
run
:
|
brew install automake
#XXX This doesn't work, though I don't know why.
#- name: Workaround for rt.perl.org#116989
# if: runner.os == 'Linux' && matrix.perl == '5.20'
# # For Crypt::OpenSSL::X509
# run: >
# echo PERL_CPANM_OPT=--configure-args="CCFLAGS='-Wno-error=unused-function'"
# >> $GITHUB_ENV
-
name
:
Workaround for macOS
if
:
runner.os == 'macOS'
# For Crypt::SMIME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment