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
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:
parent
dec88bfcc4
commit
76d4d86fe8
1 changed files with 19 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue