Try reformatting these?
All checks were successful
ci/woodpecker/push/generate-perl Pipeline was successful
ci/woodpecker/push/base-os Pipeline was successful
ci/woodpecker/push/build-perls Pipeline was successful

This commit is contained in:
Automation Pipeline 2023-10-03 13:27:09 -04:00
parent 63d209b956
commit c021dd0ccc

View file

@ -19,18 +19,18 @@ matrix:
- 5.036.000 - 5.036.000
# TODO upgrade things to latest minor versions and also include 5.38 # TODO upgrade things to latest minor versions and also include 5.38
PERL_OPTIONS: PERL_OPTIONS:
- "" - "main"
- "-threaded" - "main-threaded"
- "-longdouble" - "main-longdouble"
- "-quadmath" - "main-quadmath"
- "-debugging" - "main-debugging"
- "-longdouble-threaded" - "main-longdouble-threaded"
- "-quadmath-threaded" - "main-quadmath-threaded"
- "-debugging-threaded" - "main-debugging-threaded"
- "-debugging-longdouble-threaded" - "main-debugging-longdouble-threaded"
- "-debugging-quadmath-threaded" - "main-debugging-quadmath-threaded"
- "-debugging-longdouble" - "main-debugging-longdouble"
- "-debugging-quadmath" - "main-debugging-quadmath"
steps: steps:
fetch: fetch:
@ -47,8 +47,8 @@ steps:
settings: settings:
debug: "true" debug: "true"
repo: "gitea.simcop2387.info/simcop2387/perl-container" repo: "gitea.simcop2387.info/simcop2387/perl-container"
dockerfile: "output/perls/${PERL_VERSION}-main${PERL_OPTIONS}-${DEBIAN_VERSION}/Dockerfile" dockerfile: "output/perls/${PERL_VERSION}-${PERL_OPTIONS}-${DEBIAN_VERSION}/Dockerfile"
context: "output/perls/${PERL_VERSION}-main${PERL_OPTIONS}-${DEBIAN_VERSION}" context: "output/perls/${PERL_VERSION}-${PERL_OPTIONS}-${DEBIAN_VERSION}"
auto_tag: "false" auto_tag: "false"
tags: tags:
- "${DEBIAN_VERSION}-${PERL_VERSION}${PERL_OPTIONS}-${CI_PIPELINE_CREATED}" - "${DEBIAN_VERSION}-${PERL_VERSION}${PERL_OPTIONS}-${CI_PIPELINE_CREATED}"