Final perl versions and other options for now
Some checks failed
ci/woodpecker/push/generate-perl Pipeline is pending
ci/woodpecker/push/base-os Pipeline was successful
ci/woodpecker/push/build-perls unknown status
ci/woodpecker/manual/base-os Pipeline was successful
ci/woodpecker/manual/build-perls unknown status
ci/woodpecker/manual/generate-perl Pipeline failed

This commit is contained in:
Automation Pipeline 2023-10-02 15:37:01 -04:00
parent dec88bfcc4
commit 76d4d86fe8

View file

@ -5,21 +5,32 @@ depends_on:
matrix:
DEBIAN_VERSION:
- bookworm-backports
- bullseye-backports
PERL_VERSION:
- 5.020.003
- 5.022.004
- 5.024.004
- 5.026.003
- 5.028.003
- 5.030.003
- 5.032.001
- 5.034.000
- 5.034.001
- 5.036.000
# TODO upgrade things to latest minor versions and also include 5.38
PERL_OPTIONS:
- ""
- ",threaded"
- ",longdouble"
- ",quadmath"
# - ",debugging"
# - ",longdouble,threaded"
# - ",quadmath,threaded"
# - ",debugging,threaded"
# - ",debugging,longdouble,threaded"
# - ",debugging,quadmath,threaded"
# - ",debugging,longdouble"
# - ",debugging,quadmath"
- ",debugging"
- ",longdouble,threaded"
- ",quadmath,threaded"
- ",debugging,threaded"
- ",debugging,longdouble,threaded"
- ",debugging,quadmath,threaded"
- ",debugging,longdouble"
- ",debugging,quadmath"
steps:
fetch: