From 76d4d86fe8b34114ade289520d59c568b9b105d6 Mon Sep 17 00:00:00 2001 From: Automation Pipeline Date: Mon, 2 Oct 2023 15:37:01 -0400 Subject: [PATCH] Final perl versions and other options for now --- .woodpecker/.build-perls.yml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/.woodpecker/.build-perls.yml b/.woodpecker/.build-perls.yml index 63dc242..58b3a50 100644 --- a/.woodpecker/.build-perls.yml +++ b/.woodpecker/.build-perls.yml @@ -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: