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:
|
matrix:
|
||||||
DEBIAN_VERSION:
|
DEBIAN_VERSION:
|
||||||
- bookworm-backports
|
- bookworm-backports
|
||||||
|
- bullseye-backports
|
||||||
PERL_VERSION:
|
PERL_VERSION:
|
||||||
- 5.020.003
|
- 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:
|
PERL_OPTIONS:
|
||||||
- ""
|
- ""
|
||||||
- ",threaded"
|
- ",threaded"
|
||||||
- ",longdouble"
|
- ",longdouble"
|
||||||
- ",quadmath"
|
- ",quadmath"
|
||||||
# - ",debugging"
|
- ",debugging"
|
||||||
# - ",longdouble,threaded"
|
- ",longdouble,threaded"
|
||||||
# - ",quadmath,threaded"
|
- ",quadmath,threaded"
|
||||||
# - ",debugging,threaded"
|
- ",debugging,threaded"
|
||||||
# - ",debugging,longdouble,threaded"
|
- ",debugging,longdouble,threaded"
|
||||||
# - ",debugging,quadmath,threaded"
|
- ",debugging,quadmath,threaded"
|
||||||
# - ",debugging,longdouble"
|
- ",debugging,longdouble"
|
||||||
# - ",debugging,quadmath"
|
- ",debugging,quadmath"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
fetch:
|
fetch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue