fedora
Some checks failed
/ alpine (push) Successful in 46s
/ debian (push) Failing after 1m2s
/ ubuntu (push) Failing after 1m1s
/ arch (push) Successful in 1m45s
/ opensuse (push) Successful in 2m45s
/ fedora (push) Successful in 8m26s
/ alma (push) Failing after 1m42s
/ rocky (push) Failing after 2m49s
Some checks failed
/ alpine (push) Successful in 46s
/ debian (push) Failing after 1m2s
/ ubuntu (push) Failing after 1m1s
/ arch (push) Successful in 1m45s
/ opensuse (push) Successful in 2m45s
/ fedora (push) Successful in 8m26s
/ alma (push) Failing after 1m42s
/ rocky (push) Failing after 2m49s
This commit is contained in:
parent
bd0febf716
commit
a0a64a098f
2 changed files with 36 additions and 36 deletions
|
@ -79,24 +79,8 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
alma:
|
|
||||||
needs: opensuse
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}almalinux:8
|
|
||||||
steps:
|
|
||||||
- name: spcd
|
|
||||||
env:
|
|
||||||
SPCD: ${{vars.SPCD}}
|
|
||||||
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
|
||||||
run: ${{vars.SPCD}}
|
|
||||||
|
|
||||||
- run: spcd-check-project
|
|
||||||
- run: spcd-build-project
|
|
||||||
- run: spcd-browse-workspace
|
|
||||||
|
|
||||||
fedora:
|
fedora:
|
||||||
needs: alma
|
needs: opensuse
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}fedora:39
|
image: ${{vars.DOCKER}}fedora:39
|
||||||
|
@ -111,9 +95,25 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
rocky:
|
alma:
|
||||||
needs: fedora
|
needs: fedora
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}almalinux:8
|
||||||
|
steps:
|
||||||
|
- name: spcd
|
||||||
|
env:
|
||||||
|
SPCD: ${{vars.SPCD}}
|
||||||
|
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
||||||
|
run: ${{vars.SPCD}}
|
||||||
|
|
||||||
|
- run: spcd-check-project
|
||||||
|
- run: spcd-build-project
|
||||||
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
|
rocky:
|
||||||
|
needs: alma
|
||||||
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}rockylinux:8
|
image: ${{vars.DOCKER}}rockylinux:8
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -82,24 +82,8 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
alma:
|
|
||||||
needs: opensuse
|
|
||||||
if: failure() || success()
|
|
||||||
container:
|
|
||||||
image: ${{vars.DOCKER}}almalinux:9
|
|
||||||
steps:
|
|
||||||
- name: spcd
|
|
||||||
env:
|
|
||||||
SPCD: ${{vars.SPCD}}
|
|
||||||
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
|
||||||
run: ${{vars.SPCD}}
|
|
||||||
|
|
||||||
- run: spcd-check-project
|
|
||||||
- run: spcd-build-project
|
|
||||||
- run: spcd-browse-workspace
|
|
||||||
|
|
||||||
fedora:
|
fedora:
|
||||||
needs: alma
|
needs: opensuse
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}fedora:40
|
image: ${{vars.DOCKER}}fedora:40
|
||||||
|
@ -114,9 +98,25 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
rocky:
|
alma:
|
||||||
needs: fedora
|
needs: fedora
|
||||||
if: failure() || success()
|
if: failure() || success()
|
||||||
|
container:
|
||||||
|
image: ${{vars.DOCKER}}almalinux:9
|
||||||
|
steps:
|
||||||
|
- name: spcd
|
||||||
|
env:
|
||||||
|
SPCD: ${{vars.SPCD}}
|
||||||
|
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
|
||||||
|
run: ${{vars.SPCD}}
|
||||||
|
|
||||||
|
- run: spcd-check-project
|
||||||
|
- run: spcd-build-project
|
||||||
|
- run: spcd-browse-workspace
|
||||||
|
|
||||||
|
rocky:
|
||||||
|
needs: alma
|
||||||
|
if: failure() || success()
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}rockylinux:9
|
image: ${{vars.DOCKER}}rockylinux:9
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue